相关疑难解决方法(0)

将 flutter 应用程序上传到 AppStore 导致 App.framework 不支持 Info.plist 中指定的最低操作系统版本

我已成功为应用商店连接生成 .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

这些解决方案但没有用

app-store ios ipa info-plist flutter

20
推荐指数
4
解决办法
4304
查看次数

错误ITMS-90092:"此捆绑包无效.包含arm64架构的应用程序需要包含armv7架构."

提交应用时出现了一些错误.

知道如何修复此错误:

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.所以有什么问题?

xcode armv7

5
推荐指数
1
解决办法
2474
查看次数

标签 统计

app-store ×1

armv7 ×1

flutter ×1

info-plist ×1

ios ×1

ipa ×1

xcode ×1