[!] CocoaPods could not find compatible versions for pod "payHereSDK":
In snapshot (Podfile.lock):
payHereSDK (= 2.1.2)
In Podfile:
payhere_mobilesdk_flutter (from `.symlinks/plugins/payhere_mobilesdk_flutter/ios`) was resolved to 1.2.1, which depends on
payHereSDK (= 2.2.4)
Specs satisfying the `payHereSDK (= 2.1.2), payHereSDK (= 2.2.4)` dependency were found, but they required a higher minimum deployment target.
Yes, Payhere required a higher deployment target. Uncomment the platform line in podfile (its located in the ios folder)
and change like this
platform :ios, '11.0'
Command
Report
What did you do? Tried to run the 'pod install' command.
What did you expect to happen? Expected to install pods and run 'flutter run'
What happened instead? Pod install fails
Stack
Plugins
Error