Closed anthonycmeow closed 4 years ago
Has anyone looked at this yet? This is a major problem.
@AirborneEagle Download as use as local plugins, modify the pod dependency to 19.0.1 then work. Just a temporary solution.
For anyone else doing this, Here are some details on how to do that:
flutter_stripe_payment:
path: .../flutter_stripe_payment #todo change this path to reflect the actual location of your clone
flutter_stripe_payment/ios/flutter_stripe_payment.podspec
, change line 18 to s.dependency 'Stripe','19.0.1'
pod update flutter_stripe_payment
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
@AirborneEagle thanks for the PR. Pushed out a new version with the update
https://github.com/stripe/stripe-ios/pull/1526