Skip to content
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

Closed
sandyara opened this issue May 9, 2019 · 8 comments
Closed

Comments

@sandyara
Copy link

sandyara commented May 9, 2019

[!] 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.

@dynamitechetan
Copy link
Owner

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

@kapil708
Copy link

kapil708 commented Jun 4, 2019

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

@kapil708
Copy link

kapil708 commented Jun 4, 2019

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

@sharad-paghadal
Copy link
Contributor

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

@karansingla007
Copy link

@sandyara i am still facing this issue

@karansingla007
Copy link

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

@karansingla007
Copy link

razorpay/razorpay-flutter#227 (comment)

@sandyara @kapil708 @dynamitechetan any has solution for this issue.

@haseelrefl
Copy link

platform :ios, '12.0'
use_frameworks!

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants