dynamitechetan/razorpay_flutter

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

Tabarek opened this issue · 2 comments

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

Related to Issue 16

Worked for me. -

platform :ios, '10.0'

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