-
Notifications
You must be signed in to change notification settings - Fork 28.5k
[google_maps_flutter] New version of Google Maps SDK for iOS available: 4.1.0.0 flutter #72873
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
Comments
Refer the codelab works fine with iOS devices |
@yadsbah Check above mentioned codelab link and see if it helps. |
Same happens to me, i have google_maps_flutter: ^1.2.0 but when I run the Application on iOS Simulator, google map working good but i get he message in log:
I tried |
The problem is it calls for a google maps SDK less than 3.10 due to a 3.10 requiring iOS 9. More context: flutter/plugins#2924 |
All the same, it is not clear how to update it? |
If your map isn’t working, it has nothing to do with that warning. It probably has to do with your API key, key restrictions, etc. The warning will go away when the flutter SDK folks (who also manage the Google Maps plugin) remove (or increase) the version constraint in the pod spec. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
I have latest google_maps_flutter: ^1.0.6 installed But when I run the Application on iOS Simulator. My app runs Fine but google map is not working.
I get the message in log
I tried to add Google map 4.1.0.0 to PodFile But I am getting error when I try to Install Pod or Update
I am on Flutter beta channel
The text was updated successfully, but these errors were encountered: