You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 onGoogleMaps (< 3.10)
You have either:
pod repo update
or withpod install --repo-update
.GoogleMaps
inside your development podgoogle_places_picker
.You should run
pod update GoogleMaps
to apply changes you've made.please help me I m stuck from two days
The text was updated successfully, but these errors were encountered: