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_flutter": #32

Open
Tabarek opened this issue Nov 11, 2020 · 2 comments
Open

Comments

@Tabarek
Copy link

Tabarek commented Nov 11, 2020

I'm trying to run an app that used razorpay_flutter:1.2.2 for flutter and when I want to run it on the ios simulator or physical device

this error appears

Error running pod install
Error launching application on iPhone 12 Pro.

and when I entered the ios file inside the project and trying to install cocoapods and update it

then run pod install this error appears

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

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

I also tried to change the deployment target from Xcode, nothing works
what to do now?

I'm using

  • flutter channel stable, 1.20.3
  • XCode Version 12.1
  • ios version 14.1
@AntonioCardenas
Copy link

Related to Issue 16

@Manohardev12
Copy link

Worked for me. -

platform :ios, '10.0'

Just remove # from podfile and add version code to '10.0'

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

3 participants