我已成功为应用商店连接生成 .ipa 但在验证阶段从 XCode 上传到 App Store Connect 时出现此错误 ERROR ITMS-90208: "Invalid Bundle. The bundle myApp.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist."
我尝试过
错误 ITMS-90208:“无效的捆绑包。捆绑包 <your.app> 不支持 Info.plist 中指定的最低操作系统版本”
https://github.com/tanersener/mobile-ffmpeg/issues/18
这些解决方案但没有用
提交应用时出现了一些错误.
知道如何修复此错误:
ERROR ITMS-90092: “This bundle is invalid. Apps that include an arm64 architecture are required to include an armv7 architecture.”
Run Code Online (Sandbox Code Playgroud)
查看Xcode中的有效架构我看到列出了armv7.所以有什么问题?