-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Update minimum version to Xcode 11.0 #50315
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
|
Blocked on devicelab mac-10 upgrading to Xcode 11. |
dnfield
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.
Maybe we could avoid some of this fallout in the future by making the devicelab tests enable bitcode?
It manifests with bitcode disabled, too. Archiving doesn't reproduce it, it needs to be validated. |
|
We could add a test that just runs the validate Xcode check against the plist right? |
|
And give it a nice clear error message too |
I can confirm that during export / validation this happens. |
|
gauge tests off, merging... |
|
I forgot this was blocked on devicelab mac-10 upgrading to Xcode 11 even though I made the note for myself above. Reverted. |
Description
Updated minimum version of Xcode to match LUCI builder. Xcode 11 was released September 2019.
Related Issues
Tool change part of #49787.
Tests
Updated xcodeproj_test and xcode_test.
Checklist
///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change