build error: libplayer.a(Rtt_IPhoneTemplate-Sub.o)' does not contain bitcode

xcode:Version 7.0 (7A220)

 

 

ios/CoronaEnterprise/Corona/ios/lib/libplayer.a(Rtt_IPhoneTemplate-Sub.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)

Disable bitcode in the Build Settings section.  http://stackoverflow.com/questions/30848208/new-warnings-in-ios9

Great answer - thanks

Disable bitcode in the Build Settings section.  http://stackoverflow.com/questions/30848208/new-warnings-in-ios9

Great answer - thanks