[!] CocoaPods could not find compatible versions for pod "flutter_google_places_sdk_ios": In Podfile: flutter_google_places_sdk_ios (from .symlinks/plugins/flutter_google_places_sdk_ios/ios)
Specs satisfying the flutter_google_places_sdk_ios (from .symlinks/plugins/flutter_google_places_sdk_ios/ios) dependency were found, but they required a higher minimum deployment target.
I have solved this by following:
Navigated to
Podfile
platform :ios, '12.1'
to
platform :ios, '13.0'