-
Notifications
You must be signed in to change notification settings - Fork 982
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
macOS Catalyst support (with Swift Package Manager and Xcode 12) #1364
Comments
EDIT: Deleting my comment here, as the instructions were outdated. Catalyst should work without any additional effort when using Swift Package Manager and Xcode 12. |
1 similar comment
EDIT: Deleting my comment here, as the instructions were outdated. Catalyst should work without any additional effort when using Swift Package Manager and Xcode 12. |
Hi, Cocoapods merged this PR in Dec 19, it seems they already support xcframeworks in version 1.9.0 (see, Cocoapods releases).
Any updates on this? Best |
What is the status on this. The branch you mentioned is version 17.x and we now have 19.x. The 19.x version does not come with a binary version x86_64 Mac, instead it contains x86_64 linked for the Simulator. (I installed via cocoapods) The Error on version 19.x is: Building for Mac Catalyst, but linking in object file built for iOS Simulator, file '/Users/[...]/FoodRunner/Pods/Stripe/InternalFrameworks/libStripe3DS2.a' for architecture x86_64 Workaround: What works is using libStripe3DS2.a from your |
We added Swift Package Manager support in #1644, and that (along with Xcode 12) is now our recommended method for building a Catalyst app. We'll release a formal version soon, but for now you should be able to add Stripe as an SPM package on the For Cocoapods, we're still waiting on static .xcframework support, which should be coming in Cocoapods 1.10. (And sorry @rocketnik, I just saw your message! Hopefully this addresses your question.) |
This is out of beta in 20.0.0 with SPM, and will be in Cocoapods 1.10 once that's available. |
If you'd like to use Stripe in your Catalyst apps, like and subscribe to this issue. We'll prioritize based on how much feedback we receive.
Caveat: Apple Pay doesn't appear to be supported in Catalyst apps as of the latest Catalina beta.
The text was updated successfully, but these errors were encountered: