flutter_native_admob icon indicating copy to clipboard operation
flutter_native_admob copied to clipboard

CocoaPods could not find compatible versions for pod "flutter_native_admob":

Open maheshkumar2150 opened this issue 4 years ago • 4 comments

[!] CocoaPods could not find compatible versions for pod "flutter_native_admob":
  In Podfile:
    flutter_native_admob (from `.symlinks/plugins/flutter_native_admob/ios`)

Specs satisfying the `flutter_native_admob (from `.symlinks/plugins/flutter_native_admob/ios`)` dependency were found, but they required a higher minimum deployment target.

Hi

Your plugin is working good in adroid. But ios is throwing error.

What is the required ios version for native admob?

maheshkumar2150 avatar Jun 18 '20 16:06 maheshkumar2150

Getting the exact same error.

avj-jpg avatar Jul 05 '20 17:07 avj-jpg

Solved it. Go to your pod file and set:

platform :ios, '9.0'

avj-jpg avatar Jul 05 '20 17:07 avj-jpg

Solved it. Go to your pod file and set:

platform :ios, '9.0'

works here, thanks!

Bestfastfire avatar Sep 27 '20 15:09 Bestfastfire

Thanks!

thiagocarvalhodev avatar Mar 18 '21 22:03 thiagocarvalhodev