You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frameworks/Bolts.framework/Bolts(BFExecutor.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)
The text was updated successfully, but these errors were encountered:
Hey @mungra, the latest release was still compiled without bitcode, though you can get it working if you use Cocoapods or build from source.
We are tracking to compile with bitcode starting from the next release (1.2.3)
I am going to keep this one open for now.
@mungra 1.3.0 is out and it was compiled with the public Xcode 7.0, as well as it includes bitcode slices.
This issue should be resolved now even if you are using precompiled framework from releases page.
using the latest Bolts framework...
Frameworks/Bolts.framework/Bolts(BFExecutor.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)
The text was updated successfully, but these errors were encountered: