-
Notifications
You must be signed in to change notification settings - Fork 27.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Store iOS submission fails: The bundle Runner.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist #58200
Comments
hI @carlfost flutter doctor -v
|
It eventually worked after changing the App.framework/info.plist value to 13.0, but unbeknown to me, something had changed it back to 8.0. So I checked it again for the 6th time and changed it to 13.0, then the error went away. /ios/Flutter/App.framework/info.plist /iOS/Runner/ |
I was able to export the built to the Apple Store Connect. |
Im a little confused here, I have the same problem, but in my Flutter/Runner info.plist there is no minimumOsVersion entry. Also according to https://developer.apple.com/documentation/bundleresources/information_property_list/minimumosversion there shouldnt be. |
Changed info.plist MinimumOSVersion from 8.0 to 13.0 according to @carlfost by VS Code. Try also change target device from 8.0 to 13.0 in the document at Build and release an ios app. Still failed building. I try changed /ios/Flutter/AppframeworkInfo.plist MinimumOSVersion from 8.0 to 13.0 then it's build successfully. Should we change document "Build and release an ios app" ? |
when I set both minimumOsVersion and deployment target to 9.0, everything worked. I wonder if this has something to do with this commit: |
After upgrade flutter, this error occurred: ERROR ITMS-90208: "Invalid Bundle. The bundle Runnder.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist." Flutter version:
Change MinimumOSVersion is not worked, I changed it to 8, 9, 10. After rm -rf ios macos android web
flutter create . This error resolved, currently MinimumOSVersion is 9.0 |
Might be good to reopen this, as using |
have the same issue too. No matter how many saves and or build I've made App.framework/Info.plist always changes MinimumOSVersionback to 8.0 |
Same problem here after executing flutter doctor: [✓] Flutter (Channel master, 1.21.0-10.0.pre.114, on Mac OS X 10.15.6 19G73, locale es-419) [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) • No issues found! |
After doing a |
Time saver! |
Could everyone who still has this problem please file a new issue with the exact description of what happens, logs and the output of |
In my case, I had an additional issue. I have selected deployment target 'macOS'. Saved my day |
Tried these exact steps on 1.21.0-9.1.pre and didn't work - when I built iOS --release the AppframeworkInfo.plist got reset to 8.0 at some point and uploading to ASC gives the error still. Edit: I made a mistake actually in the steps - I tried to change /ios/Flutter/App.framework/Info.plist, not ios/Flutter/AppframeworkInfo.plist. The plist I changed gets reset to 8.0 during build because it apparently gets its MinimumOSVersion from the other plist you are supposed to change. After following the instructions properly I was able to get a release build to TF. |
Works perfectly - thanks |
I've got the same issue after upgrading to 1.22. The app in development but as soon as you upload to TestFlight or AppStore the processing will fail:
It looks like the project from Flutter doctor:
|
@acoutts |
I have changed MinimumOSVersion to 11.0 everywhere and its still doing to same thing :( |
This saved my day Thanks |
@muzi131313 Are you sure you had to change it in |
#68729 is available on the master channel. Can someone confirm it fixes the submission issue, without manually changing anything in your Xcode project? |
Will we get a hotfix stable version for this fix? |
We need a confirmation it does anything first. I can't submit an app so we're relying on users to help us out. It doesn't do anything with |
This comment has been minimized.
This comment has been minimized.
If you are hitting this issue, before applying any workarounds, please check out the Flutter master channel to pick up the potential fix #68729 and let us know if you are then able to submit to the App Store. We want to solve this issues for all Flutter users automatically, not require a workaround. Your verification is appreciated! |
Hi @jmagman I've managed to get an app submitted by switching to the master channel. So as far as i can tell it seems to have resolved the issue. |
Thanks for letting me know @devon2018! Did you have to edit any Info.plists manually? Can you attach the output of |
Also @devon2018 what's your project's iOS deployment target? |
Closing. If anyone else can confirm they can submit their app on the master channel that would be helpful! Hotfix request initiated for #68729. |
I can not submit my app on master as master causes a lot of build errors. I am getting this error on the stable channel, which is shocking because this is not stable and we want to push a change to our app in prod. |
This fix has been requested for a stable hotfix. The workaround is to make the |
For me, changed from 8.0 to 10.0 works |
#68729 is in 1.24.0-6.0.pre currently available on the dev channel. |
What worked for me was to change it at three places
Hope it helps |
I tried migrating this again #85174 please file a new issue and @ me if you see any submission issues! |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
I just upgraded Flutter and Xcode and now my successful built are failing when I am uploading it to the App Store connect. The error is:
ERROR ITMS-90208: "Invalid Bundle. The bundle Runner.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist."
Before the upgrade, it was working fine. I checked the Minimum OS versions in Xcode and both are set to iOS 13.0 (i.e info.plist, iOS Deployment Target).
Is there a bug in one of the upgraded tool (Flutter or Xcode)?
[✓] Flutter (Channel master, 1.19.0-2.0.pre.173, on Mac OS X 10.15.5 19F96, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
[✓] Android Studio (version 3.6)
[✓] VS Code (version 1.45.1)
[✓] Connected device (2 available)
• No issues found!
The text was updated successfully, but these errors were encountered: