本文介绍了6.0之前的iOS版本不支持-fembed-bitcode的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

最近我下载了xcode 7 beta并面临错误:

Recently i downloaded xcode 7 beta and facing the error:

在6.0之前的iOS版本上不支持-fembed-bitcode

-fembed-bitcode is not supported on versions of iOS prior to 6.0

有没有解决这个问题的工作没有改变部署目标?

Is there any work around to fix this issue with out changing deployment target?

提前致谢。

推荐答案

最近发现了这一点,这似乎暗示你需要为每个框架启用bitcode。

Found this recently, which seems to imply that you need to enable bitcode for each framework.

来源()

如果您不打算支持Apple Watch,可以通过在项目中搜索BITCODE来关闭该选项和目标。将选项更改为否。

If you don't plan to support Apple Watch you can turn off the option by searching for BITCODE in the project and the target. Change the option to No.

这篇关于6.0之前的iOS版本不支持-fembed-bitcode的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-08 18:06