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

Unable to compile targeting macOS Catalyst using SwiftPM (fix exists) #3697

Closed
nkristek opened this issue Jan 8, 2020 · 0 comments · Fixed by #3698
Closed

Unable to compile targeting macOS Catalyst using SwiftPM (fix exists) #3697

nkristek opened this issue Jan 8, 2020 · 0 comments · Fixed by #3698

Comments

@nkristek
Copy link
Contributor

nkristek commented Jan 8, 2020

I'm unable to compile the the SwiftPM package when targeting macOS Catalyst, because NSSlider and other types aren't available yet.
I have fixed this locally in a fork in this commit, but those additional #if !targetEnvironment(macCatalyst) checks have to be removed once the types become available for that target.
Should I make a PR with this fix?

@nkristek nkristek changed the title Unable to compile in macOS Catalyst using SwiftPM (Fix exists) Unable to compile targeting macOS Catalyst using SwiftPM (fix exists) Jan 8, 2020
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 a pull request may close this issue.

1 participant