Tipsi-stripe: Stripe does not build in XCode 11.4

Created on 24 Mar 2020  路  17Comments  路  Source: tipsi/tipsi-stripe

The problem

Stripe pod does not build in XCode 11.4

Environment

  • tipsi-stripe version: 7.5.1

Links to logs and sources

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

Most helpful comment

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?

All 17 comments

Same here

Help please!

Same here

Same here

Using 19.0.1 doesn鈥檛 compile either.

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

Any solutions?

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.

How do we go about using your version?

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

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

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?

@quachdev probably you need to use beta version it doesn't have hardcoded Stripe version.
The latest beta is [email protected]

Also I've updated original podspec to use it.

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

@maxkomarychev it is located in experimental branch

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.

Was this page helpful?
0 / 5 - 0 ratings