Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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

Closed
yadsbah opened this issue Dec 23, 2020 · 7 comments

Comments

@yadsbah
Copy link

yadsbah commented Dec 23, 2020

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

Google Maps SDK for iOS version: 3.9.0.0
New version of Google Maps SDK for iOS available: 4.1.0.0

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

@jwala-anirudh
Copy link

Refer the codelab works fine with iOS devices

@darshankawar
Copy link
Member

@yadsbah Check above mentioned codelab link and see if it helps.

@darshankawar darshankawar added in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds labels Dec 28, 2020
@yadsbah yadsbah closed this as completed Dec 29, 2020
@pedromassangocode pedromassangocode removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Dec 30, 2020
@Gperez88
Copy link

Gperez88 commented Feb 8, 2021

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:

flutter: ----------------------------------------------------
Google Maps SDK for iOS version: 3.9.0.0
New version of Google Maps SDK for iOS available: 4.1.0.0

I tried flutter clean and rm -Rf ios/Pods

@dcchristopher
Copy link

https://github.com/flutter/plugins/blob/google_maps_flutter-v1.2.0/packages/google_maps_flutter/google_maps_flutter/ios/google_maps_flutter.podspec

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

@Sammius
Copy link

Sammius commented Feb 27, 2021

All the same, it is not clear how to update it?

@dcchristopher
Copy link

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.

@darshankawar darshankawar removed the in triage Presently being triaged by the triage team label Mar 1, 2021
@github-actions
Copy link

github-actions bot commented Aug 5, 2021

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 flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants