You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
and when I entered the ios file inside the project and trying to install cocoapods and update it
then run
pod install
this error appearsI also tried to change the deployment target from Xcode, nothing works
what to do now?
I'm using
The text was updated successfully, but these errors were encountered: