Xcode 7 ENABLE_BITCODE error 已经是YES了,但是还是get的error
Xcode 7 ENABLE_BITCODE error is already YES, but still get's error
我一直在搜索和搜索,并从这里尝试了很多不同的解决方案,但到目前为止没有任何帮助。
我正在使用 Unity(最新版本),当我在 Xcode 中构建我的项目时,我得到了这个:
我尝试在 Project 和 Target 上将 Bitcode 设置为 NO。当我将其中一个或两个上的 i 设置为 NO 时,我会收到 15 到 25 个新错误。
正如你在这里看到的:
是不是Unity中的架构是arm64?或者有什么问题?
我似乎无法解决这个问题,无论我如何在 Bitcode 选项上的 YES 和 NO 之间切换。
感谢 – @trojanfoe 3 月 30 日 10:47
"It's got nothing to do with setting bitcode to YES; the issue is that you've set it to YES but that library (libChartboost.a) doesn't support it. The other error is completely unrelated."
我一直在搜索和搜索,并从这里尝试了很多不同的解决方案,但到目前为止没有任何帮助。
我正在使用 Unity(最新版本),当我在 Xcode 中构建我的项目时,我得到了这个:
我尝试在 Project 和 Target 上将 Bitcode 设置为 NO。当我将其中一个或两个上的 i 设置为 NO 时,我会收到 15 到 25 个新错误。
正如你在这里看到的:
是不是Unity中的架构是arm64?或者有什么问题? 我似乎无法解决这个问题,无论我如何在 Bitcode 选项上的 YES 和 NO 之间切换。
感谢 – @trojanfoe 3 月 30 日 10:47
"It's got nothing to do with setting bitcode to YES; the issue is that you've set it to YES but that library (libChartboost.a) doesn't support it. The other error is completely unrelated."