eopeter / flutter_stripe_payment

Add Stripe Payments to Flutter Application
Other
29 stars 27 forks source link

Urgent _ iOS library should be upgraded to 19.0.1 for Xcode 11.4 building issue #15

Closed anthonycmeow closed 4 years ago

anthonycmeow commented 4 years ago

https://github.com/stripe/stripe-ios/pull/1526

AirborneEagle commented 4 years ago

Has anyone looked at this yet? This is a major problem.

anthonycmeow commented 4 years ago

@AirborneEagle Download as use as local plugins, modify the pod dependency to 19.0.1 then work. Just a temporary solution.

AirborneEagle commented 4 years ago

For anyone else doing this, Here are some details on how to do that:

That should do it.

@eopeter I know it is literally the smallest PR physically possible, but here you go. 😆 https://github.com/eopeter/flutter_stripe_payment/pull/16

eopeter commented 4 years ago

@AirborneEagle thanks for the PR. Pushed out a new version with the update