DeligenceTechnologies / Braintree-Payment-Gateway-for-Flutter

Braintree Payment plugin for Flutter apps from Deligence Technologies. This plugin lets you integrate Braintree Drop In payment UI in just 4 easy steps.
BSD 3-Clause "New" or "Revised" License
34 stars 27 forks source link

CocoaPods could not find compatible versions for pod "braintree_payment": #14

Closed hkmsadek closed 5 years ago

hkmsadek commented 5 years ago

Hi, I am getting this error while using braintree_payment plugin in my ios project. I am using flutte r 1.10.7.

Full error is

CocoaPods could not find compatible versions for pod "braintree_payment":
      In Podfile:
        braintree_payment (from `.symlinks/plugins/braintree_payment/ios`)
    Specs satisfying the `braintree_payment (from `.symlinks/plugins/braintree_payment/ios`)` dependency were found, but they required a higher minimum deployment target.
.........
.........
........
Error running pod install

How can I solve this issue? Thank you.

deligence commented 5 years ago

Hi,

Please set your minimum deployment target higher than 10.0. You can find this setting inside Xcode in General tab.

NTWfm