将flutter应用程序上载到AppStore会导致App.framework不支持Info.plist中指定的最低OS版本 [英] Uploading flutter app to AppStore gives App.framework does not support the minimum OS Version specified in the Info.plist

查看:418
本文介绍了将flutter应用程序上载到AppStore会导致App.framework不支持Info.plist中指定的最低OS版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经成功为App Store Connect生成了.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."

I have successfully generated .ipa for app store connect but when Uploading to App Store Connect from XCode in the validation phase I am getting this error 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"

I have tried
ERROR ITMS-90208: "Invalid Bundle. The bundle <your.app> does not support the minimum OS Version specified in the Info.plist"

https://github.com/tanersener/mobile-ffmpeg/issues/18

这些解决方案但不起作用

these solutions but didn't work

推荐答案

我可以通过在myApp.app/Frameworks/App.framework的info.plist文件中指定minimumOsVersion来解决此问题(请确保它不是全局info.plist文件它是在创建版本后生成的)

I am able to solve this by specifying minimumOsVersion in myApp.app/Frameworks/App.framework's info.plist file (Please make sure that it is not the global info.plist file it is generated after creating the build)

这篇关于将flutter应用程序上载到AppStore会导致App.framework不支持Info.plist中指定的最低OS版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆