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

Mac Catalyst / Marzipan Support #118

Closed
colemancda opened this issue Aug 25, 2019 · 2 comments
Closed

Mac Catalyst / Marzipan Support #118

colemancda opened this issue Aug 25, 2019 · 2 comments

Comments

@colemancda
Copy link
Contributor

colemancda commented Aug 25, 2019

In order to support Catalyst the iOS framework must be exported using the new xcframework format or use SwiftPM, or declare an iOS-only dynamic framework target and not the "universal" one that is currently declared. I already have it working locally, but I wanted the author's thoughts on how he wants to handle it.

FYI SwiftPM support 100% Objective-C targets, so the best route IMHO would be adding SwiftPM support to make it Apple and Xcode's problem in the future to deal with new build settings.

@colemancda
Copy link
Contributor Author

I've been using an older version for years, just saw the SwiftPM file, I'll test it and close this ticket.

@colemancda
Copy link
Contributor Author

SwiftPM support is not working properly apparently, see #119.

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

No branches or pull requests

2 participants