Skip to content
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

CocoaPods could not find compatible versions for pod "GoogleMaps" #36

Open
Kumar59613 opened this issue May 4, 2021 · 1 comment
Open

Comments

@Kumar59613
Copy link

hello I m using google_maps_flutter: ^1.0.3 plugin with google_places_picker: ^2.1.0+3 but when I m generating IOS build cocopods gives me error could not find compatible versions

[!] CocoaPods could not find compatible versions for pod "GoogleMaps":
In snapshot (Podfile.lock):
GoogleMaps (= 4.2.0, ~> 4.0)

In Podfile:
google_maps_flutter (from .symlinks/plugins/google_maps_flutter/ios) was resolved to 0.0.1, which depends on
GoogleMaps (< 3.10)

google_places_picker (from `.symlinks/plugins/google_places_picker/ios`) was resolved to 0.0.3, which depends on
  GoogleMaps (~> 4.0)

You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • changed the constraints of dependency GoogleMaps inside your development pod google_places_picker.
    You should run pod update GoogleMaps to apply changes you've made.

please help me I m stuck from two days

@derTuca
Copy link
Owner

derTuca commented May 6, 2021

This will be fixed once flutter/plugins#3850 lands. If you need to fix it in the meantime, you can edit the Podfile for the google maps plugin manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants