[错误]-fembed-bitcode is not supported on versions of iOS prior to 6.0

QQ20150917-1
升级了Xcode 7 后编译旧项目提示如下
错误描述:-fembed-bitcode is not supported on versions of iOS prior to 6.0
解决办法:如果不打算支持bitCode,可以关闭 BITCODE。
具体操作:项目——》TARGETS——》Build Settings——》搜索“BITCODE”,将选项改为NO
QQ20150917-2

相关帮助地址:http://stackoverflow.com/questions/30867544/fembed-bitcode-is-not-supported-on-versions-of-ios-prior-to-6-0

80 thoughts on “[错误]-fembed-bitcode is not supported on versions of iOS prior to 6.0

Pyxtmz进行回复 取消回复

电子邮件地址不会被公开。