derTuca / flutter_google_places_picker

Google Places Autocomplete for Flutter
MIT License
19 stars 27 forks source link

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

Open Kumar59613 opened 3 years ago

Kumar59613 commented 3 years ago

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:

please help me I m stuck from two days

derTuca commented 3 years ago

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.