I have runed pod install in vs code terminal but I'm receiving this error :
[!] CocoaPods could not find compatible versions for pod "GoogleMaps":
In Podfile:
google_maps_flutter_ios (from .symlinks/plugins/google_maps_flutter_ios/ios) was resolved to 0.0.1, which depends on
GoogleMaps (< 9.0, >= 8.4)
Specs satisfying the GoogleMaps (< 9.0, >= 8.4) dependency were found, but they required a higher minimum deployment target.
Please can anyone help me ?
I have runed pod install in vs code terminal but I'm receiving this error :
Open Podfile and set the iOS version to 14.0
, because this line did the trick :)

Then go to the main project folder and run the below lines into terminal:
cd ios
rm Podfile.lock
pod install --repo-update
Happy Coding!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With