Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Migrate existing plugins with minimum supported iOS version from 8.0 to 9.0 #62880

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

Closed
jmagman opened this issue Aug 4, 2020 · 10 comments
Closed
Labels
P2 Important issues not at the top of the work list platform-ios iOS applications specifically t: xcode "xcodebuild" on iOS and general Xcode project management tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@jmagman
Copy link
Member

jmagman commented Aug 4, 2020

Migrate existing plugins with a minimum version of 8.0 to 9.0.
#60035 can update the templates.

@jmagman jmagman added platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels. t: xcode "xcodebuild" on iOS and general Xcode project management labels Aug 4, 2020
@jmagman jmagman added the P2 Important issues not at the top of the work list label Aug 4, 2020
@jmagman
Copy link
Member Author

jmagman commented Aug 4, 2020

If this turns out to be risky, we can also add documentation for how users can do this manually.

@danielFloat
Copy link

I would love to have a documentation on that, or know which flutter version to use, I'm currently changing manually every IPHONEOS_DEPLOYMENT_TARGET to get past that.

@jmagman
Copy link
Member Author

jmagman commented Jan 14, 2021

@danielFloat Where are you changing that? In your app project, or in a plugin podspec, or...

@danielFloat
Copy link

I'm changing it on the Pod project.pbxproj, my app project is pointing to 10.3 .
Just migrated from an old flutter version, 1.20.4, to the stable most recent one and I'm not able to build for the emulator for some reason, been facing this issue along with several others that seems like cache/old config/build system issues.

@jmagman
Copy link
Member Author

jmagman commented Jan 14, 2021

@danielFloat The Pod project files are regenerated. You can update your preferred platform in ios/Podfile to
platform :ios, '10.3' to make it stick.

@jmagman
Copy link
Member Author

jmagman commented Jan 14, 2021

Just migrated from an old flutter version, 1.20.4, to the stable most recent one and I'm not able to build for the emulator for some reason, been facing this issue along with several others that seems like cache/old config/build system issues.

Please file a new issue and completely fill out the template, including flutter run --verbose logs.

@jmagman jmagman changed the title Migrate existing apps/plugins with minimum supported iOS version from 8.0 to 9.0 Migrate existing plugins with minimum supported iOS version from 8.0 to 9.0 Jun 24, 2021
@jmagman
Copy link
Member Author

jmagman commented Jun 24, 2021

This can track plugins migration, #85173 will track app migration.

@jmagman
Copy link
Member Author

jmagman commented Jun 24, 2021

Updating 1p plugins is tracked with #84198. This issue is tracking any tool work.

@stuartmorgan-g
Copy link
Contributor

Closing as obsolete; tooling for 3P migrations wasn't worth doing.

@github-actions
Copy link

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 flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P2 Important issues not at the top of the work list platform-ios iOS applications specifically t: xcode "xcodebuild" on iOS and general Xcode project management tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

4 participants