Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPods could not find compatible versions for pod "flutter_braintree": #85

Closed
HuskyFly opened this issue Sep 2, 2021 · 2 comments
Closed

Comments

@HuskyFly
Copy link

HuskyFly commented Sep 2, 2021

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.

I use flutter_braintree: ^2.0.0+1 and platform :ios, '10.0' But there's still the problem,What should I do?

@HuskyFly
Copy link
Author

HuskyFly commented Sep 3, 2021

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.

I use flutter_braintree: ^2.0.0+1 and platform :ios, '10.0' But there's still the problem,What should I do?

I have found the problem,platform :ios, '10.0' is incorrect and should be used platform :ios, '12.0' at least

@HuskyFly HuskyFly closed this as completed Sep 3, 2021
@akabisdev
Copy link

Please update that in pub.dev doc also.. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants