duyduong / flutter_native_admob

Plugin to integrate native firebase admob to Flutter application
MIT License
62 stars 85 forks source link

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

Open maheshkumar2150 opened 4 years ago

maheshkumar2150 commented 4 years ago
[!] 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?

avj-jpg commented 4 years ago

Getting the exact same error.

avj-jpg commented 4 years ago

Solved it. Go to your pod file and set:

platform :ios, '9.0'

Bestfastfire commented 4 years ago

Solved it. Go to your pod file and set:

platform :ios, '9.0'

works here, thanks!

thiagocarvalhodev commented 3 years ago

Thanks!