-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Increase Xcode minimum version to 14 #125639
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
Conversation
christopherfujino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, so cocoapods is going to dictate the minimum Xcode version we'll support? :'(
I still haven't seen someone reporting this to CocoaPods so they may not even know about it to fix it on their side. We've heard from a few Flutter customers that are hitting it though. framework, engine, packages are all on higher Xcode versions. I don't think samples will break https://github.com/flutter/samples/blob/main/tool/ios_ci_script.sh. We'll find out quickly what else in CI is running on < Xcode 14... |
cyanglaz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Looks like CocoaPods 1.12.1 is incompatible with < Xcode 14 due to CocoaPods/CocoaPods#11828 (see #123890 for context).
Bump the minimum Xcode version allowed by tooling to 14, released September 2022.
Fixes #125286.
Previous bump at #97746.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.