iOS Question Error installing B4i-Bridge

Vern

Member
Licensed User
Longtime User
I'm trying to install the B4i-Bridge but the compile of the first program ends with the error:

ld: '../../Libs/libCore.a(B4INavigationControllerWrapper.o)' does not contain bitcode. You must rebuild it with bitcode enabled
(Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture
armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **

Do I need to update B4i (using version 1.80) to get past this error?
 

Vern

Member
Licensed User
Longtime User
Upgrading to a newer version will solve this issue.
Thanks. Upgrading took care of the problem. It would also be helpful in the Beginner's Guide to clearly identify which steps you do on your PC and which ones you do on your Mac (especially the certificate and provisioning profile steps).
 
Upvote 0
Top