linker command failed with exit
2015-11-01 本文已影响0人
Eafy
情况1.'/Users/iOS/xxx' 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:
解决办法:将build Settings中的Enable Bitcode改成No如图
bit.png