【发布时间】:2020-06-23 12:30:18
【问题描述】:
选择“从位码重建”导出选项时,我无法存档 ipa,出现以下错误
ipatool failed with an exception: #<CmdSpec::NonZeroExitException: $ /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool
-v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
-
注意:- 我检查了我所有的依赖框架都是 .xcframework,支持 Bitcode。
有人可以帮我吗?提前致谢。
【问题讨论】:
-
首先,我想澄清一下,在为企业或内部测试发布时,我是否应该启用“从位码重建”选项。据我了解,如果我们上传了仅启用了 Bitcode 的 ipa,Apple Appstore 会从 bitcode 重建应用程序。发布到 Appstore 时是否应该勾选“从位码重建”选项?
-
我也有这个问题。我的解决方法是在 Targets > Build Settings > Enable Bitcode 中关闭 Bitcode。我想知道为什么它在启用 Bitcode 时不起作用。
-
@Ganeshpatro 您找到解决问题的方法了吗?我遇到过类似的情况,所以任何见解都将不胜感激。谢谢
标签: ios xcode xcode11 bitcode xcframework