dynamitechetan/razorpay_flutter

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

sandyara opened this issue · 8 comments

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

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

[!] Automatically assigning platform ios with version 8.0 on target Runner because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.

hey @SandyAra . What swift version are you using. Please make sure you are using latest xcode version and swift5.

hi i am having the same issue.

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

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

[!] Automatically assigning platform ios with version 8.0 on target Runner because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.

And My Swift Version Is This

Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5)
Target: x86_64-apple-darwin18.5.0

hi @dynamitechetan, I find a solution I enable swift support for my flutter project and its working.
for more detail see the link

@SandyAra does it resolved your problem? If so you can close issue.

@SandyAra i am still facing this issue

@SandyAra it's a critical error and because of this release is stuck. Can you provide me time estimation?

platform :ios, '12.0'
use_frameworks!

Adding these two lines to the top of Podfile solved my issue