标签: ipatool

升级 Xcode12 和 macOS BigSur 后使用框架时 iOS/macOS 应用程序分发失败

我们无法分发使用我们框架的示例应用程序,而我们的用户也不能。在归档并分发到 AppStore 时,应用程序被拒绝并显示以下消息:

Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path. If your app contains bitcode, bitcode processing may have failed. Because of these errors, this build of your app will not be able to be submitted for review or placed on the App Store.

该框架包含位代码,或者至少BITCODE_GENERATION_MODE = bitcode在我们的 中有一个构建设置.xcconfig,这基本上意味着 Xcode 将向-fembed-bitcode任何 clang 调用添加构建标志。

从这里开始,我们开始使用Ad-Hoc构建进行测试,以加快我们的试错尝试,这在Rebuild from bitcode选择选项时也会失败。管理器显示包含以下内容的弹出窗口: …

xcode ios bitcode ipatool xcframework

6
推荐指数
1
解决办法
559
查看次数

标签 统计

bitcode ×1

ios ×1

ipatool ×1

xcframework ×1

xcode ×1