-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CocoaPods could not find compatible versions for pod "razorpay_plugin": #16
Comments
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": Specs satisfying the [!] Automatically assigning platform And My Swift Version Is ThisApple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) |
hi @dynamitechetan, I find a solution I enable swift support for my flutter project and its working. |
@sandyara does it resolved your problem? If so you can close issue. |
@sandyara it's a critical error and because of this release is stuck. Can you provide me time estimation? |
razorpay/razorpay-flutter#227 (comment) @sandyara @kapil708 @dynamitechetan any has solution for this issue. |
platform :ios, '12.0' Adding these two lines to the top of Podfile solved my 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 version8.0
on targetRunner
because no platform was specified. Please specify a platform for this target in your Podfile. Seehttps://guides.cocoapods.org/syntax/podfile.html#platform
.The text was updated successfully, but these errors were encountered: