Skip to content

Please specify a platform for this target in your Podfile #2714

Closed Answered by himesh-cm
kingingo asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  1. Open the ios/Podfile file in a text editor.
  2. Find the line that specifies the platform version and update it to 14.0.
platform :ios, '14.0'

If the above is not working for you, please share your podfile for further debugging.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kingingo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
flutter Queries Related to Flutter ios Queries Related to iOS hp
2 participants