iOS Question Add a framework to the Embedded Binaries section

Brandsum

Well-Known Member
Licensed User
I was trying to add a reference to a third-party framework using #AdditionalLib. But the app is crashing again and again. From device analytic data I have found the dependent dylib not found error message.

As per the documentation of the library, that library need to be added in the Embedded Binaries section and in the Linked Framework section.

How can I embed a third-party framework file in a B4I project as an embedded binary?
 
Last edited:

Brandsum

Well-Known Member
Licensed User
It works. The problem was the placement of the swift word. I was trying SibcheStoreKit.framework.swift.3.
 
Upvote 0
Top