Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Cocoapods 1.10 Support #1683

Merged
merged 5 commits into from
Oct 23, 2020
Merged

Cocoapods 1.10 Support #1683

merged 5 commits into from
Oct 23, 2020

Conversation

davidme-stripe
Copy link
Contributor

@davidme-stripe davidme-stripe commented Oct 23, 2020

Summary

Switch to the .xcframework now that Cocoapods 1.10 is out.

Motivation

Cocoapods 1.10 + Xcode 12 will attempt to build an arm64/sim slice of Stripe.framework, which won't work because we're shipping a libStripe3DS2.a containing arm64/iOS and x86_64/sim slices. An .xcframework allows Xcode to disambiguate between the arm64/sim slice and the arm64/iOS slice. This is only supported by Cocoapods 1.10, so our users will need to update Cocoapods.

Testing

In CI and an archived app.

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

Successfully merging this pull request may close these issues.

2 participants