Support iOS arm64 simulator#85642
Merged
fluttergithubbot merged 2 commits intoflutter:masterfrom Jun 30, 2021
Merged
Conversation
Member
Author
This was referenced Jul 1, 2021
This was referenced Aug 16, 2021
wzslw
added a commit
to wzslw/flutter_ali_auth
that referenced
this pull request
Sep 13, 2021
flutter2.5 有一项升级是为支持了M1,提高了模拟器测试性能。所以打包的时候加入了 模拟器的arm64的arch。 详情看这里:flutter/flutter#85642 但是阿里的ATAuthSDK是不支持的,所以打包的时候需要处理一下。
This was referenced Apr 8, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Redux of #85059, but rebased on #85174 and the test path introduced in that PR updated to
ios-arm64_x86_64-simulator: a1cc193The 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