CocoaPods could not find compatible versions for pod "StripeApplePay"

Resolved

I am getting this error when trying to test my app locally, when I execute the 'flutter run' command.

Tried deleting my Podfile running the command again but still get the same error. I am running flutter 3.10.4 same as Flutterflow.

[!] CocoaPods could not find compatible versions for pod "StripeApplePay":

In snapshot (Podfile.lock):

        StripeApplePay (= 23.7.1, ~> 23.7.0)

      In Podfile:

stripe_ios (from .symlinks/plugins/stripe_ios/ios) was resolved to 0.0.1, which depends on

          StripeApplePay (~> 23.12.0)

    Specs satisfying the StripeApplePay (= 23.7.1, ~> 23.7.0), StripeApplePay (~> 23.12.0) dependency were found, but they required a higher minimum deployment target.

2
1 reply