Replies: 2 comments
-
Hey @sad-adnan |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
in my flutter project i have googlemaps, which works perfectly on physical devices but in
flutter build ios --debug --simulator
it thorws below errori did some research and found that the google maps plugin is not switched to m1 chip or something and others suggested that i run it through rosetta , but i can't run the xcode with rosetta as there is no option , is there any workaround ?
Expected results
i should be able to build
flutter build ios --debug --simulator
without any issues , the project should be build for simulator even in M1 Mac Mini even the Google Map plugin exists in the project.Actual results
it gives below error:
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions