Conversation
jonahwilliams
left a comment
There was a problem hiding this comment.
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_ARCHSthe plugins template had before Change iOS plugin simulator archs from allow list to deny list #64504 (and which our 1p plugins still use)EXCLUDED_ARCHSworkarounds 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