Skip to content
New issue

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

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

Already on GitHub? # to your account

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

Closed
anthonycmeow opened this issue Mar 28, 2020 · 4 comments

Comments

@anthonycmeow
Copy link

stripe/stripe-ios#1526

@AirborneEagle
Copy link

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

@anthonycmeow
Copy link
Author

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

@AirborneEagle
Copy link

AirborneEagle commented Apr 1, 2020

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

  • clone the repo to your local machine, to a location next to your current project
  • update your pubspec.yaml like so:
  flutter_stripe_payment:
    path: .../flutter_stripe_payment #todo change this path to reflect the actual location of your clone
  • in the file flutter_stripe_payment/ios/flutter_stripe_payment.podspec, change line 18 to s.dependency 'Stripe','19.0.1'
  • from the ios directory of your project run pod update flutter_stripe_payment

That should do it.

@eopeter I know it is literally the smallest PR physically possible, but here you go. 😆
#16

@eopeter
Copy link
Owner

eopeter commented Apr 1, 2020

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

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

No branches or pull requests

3 participants