-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceCodemagic error build Runner:
Error: The plugin "google_maps_flutter_ios" requires a higher minimum iOS deployment version than your application is targeting. I have tried to add the podfile myself as described in this discussion "https://github.com/orgs/codemagic-ci-cd/discussions/1917", but unfortunately it does not work... Expected resultsa successful build... Actual resultsError output from CocoaPods:
Error: The plugin "google_maps_flutter_ios" requires a higher minimum iOS deployment version than your application is targeting. Build id (optional)66d854413935f1780fcb22f1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @kingingo The error you are encountering indicates that the To resolve this issue, follow the steps below:
If the above is not working for you, please share your |
Beta Was this translation helpful? Give feedback.
Hey @kingingo
The error you are encountering indicates that the
google_maps_flutter_ios
plugin requires a higher iOS deployment target than the one currently set for your Flutter project.To resolve this issue, follow the steps below:
ios/Podfile
file in a text editor.If the above is not working for you, please share your
podfile
for further debugging.