3

After update to google_maps_flutter: ^2.6.1 I got this error:

Error: The plugin "google_maps_flutter_ios" requires a higher minimum iOS deployment version than your application is targeting.

2 Answers 2

10
replace
platform :ios, '12.0'
with 
platform :ios, '14.0'

& change deployment target to 14.0 enter image description here enter image description here

Sign up to request clarification or add additional context in comments.

Comments

2

Google maps flutter for ios supports IOS 14+

So Update the version in ios/podfile to 14

platform :ios, '14.0'

Run from within ios directory

cd ios
pod install --repo-update

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.