标签:end *** rar images csdn disable 升级 jpg 技术分享
*** 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
新升级了xcode7 以前的项目都报了这个错,原因是原来的静态库都不包括 bitcode 这个东西,xcode默认包含了这个库。
至于什么是bitcode,请看这里: http://blog.csdn.net/soindy/article/details/48518717
现在我们把bitcode关掉: ???
--------------------------------------------
转:http://blog.sina.com.cn/s/blog_6a53af420102vv7f.html
does not contain bitcode. You must rebuild it with
标签:end *** rar images csdn disable 升级 jpg 技术分享
原文地址:http://www.cnblogs.com/wainiwann/p/6379307.html