Hello,
I'm trying to compile my apps using the hosted builder but i always receive messages about Nav controller bytecodes
Parsing code. 0.01
Compiling code. 0.03
Compiling layouts code. 0.01
Building Xcode project 0.08
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone
ld: '../../Libs/libCore_v3.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 arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **
The following build commands failed:
Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/TokenIPAM normal armv7
Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/TokenIPAM normal arm64
(2 failures)
Cn