[image_picker] updated VALID_ARCHS to support iPhone simulator #2761
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
|
|
@googlebot I signed it! |
|
CLAs look good, thanks! |
29512f3
to
fe03ef5
Contains code from the following PRs: flutter#2761 flutter#2755
6f47483
to
5c5b30f
|
I will wait until reviewed to update the CHANGEDLOG and Pubspec version until approved to avoid all the merge conflicts :) |
|
Any thoughts on well this will be merged? |
|
cc: @cyanglaz |
|
This looks good, thank you for making this change! |
5c5b30f
to
f640127
|
Took the liberty of pushing the CHANGELOG, pubspec version bump, and AUTHORS to add @jlalvarez18. |
|
LGTM! Added a line between the version number and the message in CHANGELOG.md |
a5db6e0
into
flutter:master
Description
Currently the Image Picker plugin no longer works on Xcode 11.4.1 in the iPhone simulator. I updated the podspec to set the VALID_ARCHS to match other plugins in this project.
Related Issues
Fixes flutter/flutter#51395
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?