* * * does not contain bitcode. You must rebuild it with Bitcode enabled (Xcode setting Enable_bitcode
Category: IOS Error 2015-09-17 11:37 953 people read reviews (2) favorites report
Appthinning
Xcode 7 Running Project error:
Error 1. Undefined Symbols for Architecture armv7:
"_compress2", referenced from:
+[umandeflated DeflatedDataPrefixedWith:level:source:] in libmobclicklibrary.a (UMDEFLATED.O)
Ld:symbol (s) not found for architecture armv7
Clang:error:linker command failed with exit code 1 (use-v to see invocation)
Error 2. does not contain bitcode. You must rebuild it with Bitcode enabled (Xcode setting Enable_bitcode), obtain a updated library from the vendor, or dis Able Bitcode for this target. For Architecture ARMv7
As a result of Xcode's own small problems, the project has been running a bug error 1. Then I will check the project Friends of the Library of the dependence of AH. Very sure to confirm that the library has been imported and inside the linked binary library. (that is, build phases inside). And then constantly re-import clean many times or not. And then I collapsed. Then the Xcode reboot to run again the real error finally surfaced (after all, Xcode is Beta). is the content of error 2. Bitcode is not supported by the binary library of the Friend Alliance. and Xcode supports Bitcode by default, and if supported, All of the binary libraries and the framework must contain bitcode. As for what is Bitcode, see here: http://blog.csdn.net/soindy/article/details/48518717 Bitcode
Now we turn off the Bitcode:
does not contain bitcode. You must rebuild it with