-
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
Upgraded flutter and I can no longer update the version in the ios App store #64954
Comments
Hi @pinkfish |
@TahaTesser I hit this issue as well after upgrading to beta version 1.21.0-9.2.pre. The fix for me was to modify the file Some other information that may be useful
Not sure if that's relevant, but I didn't really make any other major configuration changes. |
Kevin has basically the same issue as me, going to try updating to 9.0 in
that file. I don't want to change it all the way up to 12 like some people
have suggested.
…On Fri, 4 Sep 2020 at 14:42, KevinTheGray ***@***.***> wrote:
@TahaTesser <https://github.com/TahaTesser> I hit this issue as well
after upgrading to beta version 1.21.0-9.2.pre.
The fix for me was to modify the file ios/Flutter/AppFrameworkInfo.plist
and change MinimumOSVersion to 9.0, which is the minimum version I
support. It was set 8.0. After doing this, I cleaned, rebuilt, archived
and uploaded and it worked.
Some other information that may be useful
- The project is pretty old, flutter created it in August of 2018
- I also regenerated the Podfile after updating my Flutter version,
because there was a warning about it being out of date.
Not sure if that's relevant, but I didn't really make any other major
configuration changes.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#64954 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATOMMOPZBUQIQEIT6Z2DR3SEFNLRANCNFSM4QQWK67Q>
.
|
This works but im trying to get it to work with codemagic ci/cd and flutter defaults to 8.0. Is there a way to set the MinimumOSVersion in flutter? |
This is breaking my automated release pipeline. After upgrading flutter I noticed an error in my automated deployment with Fastlane and Github Actions. The error I saw there was after the build and during the upload to testflight. The error in my pipeline was I tried the build and upload manually through xcode and got the above error ( |
#58200 (comment) This issue looks similar, could be solved by doing this? |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away! |
I commented less than a day ago on this issue. You closed the issue an hour after I commented! It's still a problem for me. |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away! |
Hi @pinkfish Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of @aidandavis |
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 |
Steps to Reproduce
Upgrade flutter from a previously created flutter version. I don't have have a version of the ios specified in my runner that I can see. I tried changing it around a bit, setting it to 9.3 in the options. However it doesn't seem to help and not sure why it is broken now.
Try and upload compiled flutter app to the app store.
"Invalid Bundle. The bundle Runner.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist."
Expected results:
Should actually upload
Actual results:
"Invalid Bundle. The bundle Runner.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist."
Logs
The text was updated successfully, but these errors were encountered: