flutter_native_admob
flutter_native_admob copied to clipboard
CocoaPods could not find compatible versions for pod "flutter_native_admob":
[!] 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?
Getting the exact same error.
Solved it. Go to your pod file and set:
platform :ios, '9.0'
Solved it. Go to your pod file and set:
platform :ios, '9.0'
works here, thanks!
Thanks!