pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
64 stars 119 forks source link

Problem with pod install #17

Closed fipooo closed 4 years ago

fipooo commented 4 years ago

When I try tun run pod install this error show up.

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

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

How to fix it?

pikaju commented 4 years ago

Hi, did you uncomment the line at the top of your ios/Podfile? Something along the lines of

platform :ios, '10.0'

might help.