-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Change iOS plugin simulator archs from allow list to deny list #64504
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
757725a to
2b93e97
Compare
2b93e97 to
15fc556
Compare
|
Actually it might be better to declare this in the Flutter.podspec instead of the plugins. Let me try that... |
Nope it's needed on the plugin, too. |
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
#41828 didn't migrate existing plugins, this one doesn't either. I don't think we have any tooling for migrating this file for existing plugins... |
|
LGTM. Good find |
Description
The intention of adding
VALID_ARCHSallow list was to excludei386simulators. However, at some point Flutter will need to run on the new ARM simulators. Change the allow list to a deny list and just excludei386.Related Issues
VALID_ARCHSadded in #41828Discovered with #63252.
Tests
This is already tested in plugin_lint_mac.
Checklist
///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change