-
8000
-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Support iOS arm64 simulator #85059
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
Support iOS arm64 simulator #85059
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.
LGTM
Cocoapods is RSLGTM
I'm going to hold off merging this until we can get some CI validation with #79430 |
Discussed with Zach, going to merge this and at least validate this doesn't break the x86_64 macs. When the ARM macs come online in infra we will get additional validation. FRoB is currently down, the Google testing is an unrelated flake. Merging. |
Great news! Looking forward to see this in Stable channel 👍👍👍 |
This fix is in 2.4.0-4.0.pre, which is currently available in the beta channel. |
The iOS engine Flutter.framework artifacts now contains both ARM and x86_64 architecture slices.
VALID_ARCHS
the plugins template had before Change iOS plugin simulator archs from allow list to deny list #64504 (and which our 1p plugins still use)EXCLUDED_ARCHS
workarounds like Exclude arm64 from valid iOS simulators #73828 and Exclude arm64 from supported iOS simulator architectures #73458.More integration test support will be added when M1 Macs are available for testing #79430.
Reverts #85051
Fixes #64502
Fixes #69334
Fixes #74970
Fixes #79641