Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Stripe does not build in XCode 11.4 #625

Closed
mikedizon opened this issue Mar 24, 2020 · 17 comments
Closed

Stripe does not build in XCode 11.4 #625

mikedizon opened this issue Mar 24, 2020 · 17 comments

Comments

@mikedizon
Copy link

The problem

Stripe pod does not build in XCode 11.4

Environment

  • tipsi-stripe version: 7.5.1

Links to logs and sources

stripe/stripe-ios#1524

@ekmobile
Copy link

Same here

@arinconc
Copy link

Help please!

@JB-CHAUVIN
Copy link

Same here

1 similar comment
@landreup
Copy link

Same here

@mikedizon
Copy link
Author

Using 19.0.1 doesn’t compile either.

@auseika
Copy link

auseika commented Mar 25, 2020

We're stuck because of this. And the package doesn't look like properly maintained.

Any solutions?

@mikedizon
Copy link
Author

Might be a few weeks before they get around to updating it. Might need to fork it. v14 uses some classes that are deprecated in v19. No easy solution.

If it goes beyond today without an update from the maintainers, best solution might be to abandon tipsi and roll your own solution.

@mikedizon
Copy link
Author

stripe/stripe-ios#1534

https://github.com/mikedizon/stripe-ios/tree/fix_xcode_11.4_v14.0.0

@azai91
Copy link

azai91 commented Mar 25, 2020

How do we go about using your version?

@mikedizon
Copy link
Author

Until it gets approved, you'll have to clone the repo, switch branches and then add it to your project manually.

@zachandblue
Copy link

Same issue here. Pretty big blocker for me. Can the folks at Tipsi let us know if/when we might expect a fix?

@quachdev
Copy link

quachdev commented Mar 26, 2020

I updated my Podfile.lock Stripe version from 14.0.0 to 14.0.1 and ran pod update Stripe and was able to build my app again.

Hopefully the repo gets updated soon. Is this still being maintained?

@cybergrind
Copy link
Member

@quachdev probably you need to use beta version it doesn't have hardcoded Stripe version.
The latest beta is tipsi-stripe@8.0.0-beta.9

cybergrind added a commit that referenced this issue Mar 26, 2020
@cybergrind
Copy link
Member

Also I've updated original podspec to use it.

@maxkomarychev
Copy link

@cybergrind where one can find code that is being published as beta version?

@cybergrind
Copy link
Member

@maxkomarychev it is located in experimental branch

@augustosamame
Copy link

I updated my Podfile.lock Stripe version from 14.0.0 to 14.0.1 and ran pod update Stripe and was able to build my app again.

Hopefully the repo gets updated soon. Is this still being maintained?

Looking at stripe-ios Github issues, maintainers have fixed this and backported it to Stripe 14.0.1.
Manually modifying 'Podfile.lock' and running 'pod update Stripe' totally worked for me. Don't know about the downvote.

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

No branches or pull requests