Appstore upload tips
Upload Error
ERROR ITMS-90208: "Invalid Bundle. The bundle Runner.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist."
Basically, setting the version from 8 to 9 in ios/Flutter/AppFrameworkInfo.plist's MinimumOSVersion did the trick.
XCode > Runner > Deployment Target > 9.0
Project > iOS > Flutter > App.Framework > info.plist > MinimumOSVersion > 9
Project > iOS > Flutter > Flutter.Framework > info.plist > MinimumOSVersion > 9
Comments
Post a Comment