-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Xcode 26 beta 5 #9748
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
base: main
Are you sure you want to change the base?
Xcode 26 beta 5 #9748
Conversation
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.
Code Review
This pull request updates the CI configuration to use Xcode 16. The changes include updating the macOS version, SDK version, and handling new deprecations. However, there appears to be a critical typo across multiple files where the iOS version is set to 26.0
. Given that Xcode 16 is paired with the iOS 18 SDK, this should likely be 18.0
. This error will cause CI jobs to fail and needs to be corrected.
Xcode 26 beta 5
#9759
#9766
Swift format flutter/flutter#172983
Do not run on x64 Macs flutter/flutter#170294