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

[Feature] Add support for Mac Catalyst #208

Closed
willowsokora opened this issue Apr 24, 2020 · 4 comments
Closed

[Feature] Add support for Mac Catalyst #208

willowsokora opened this issue Apr 24, 2020 · 4 comments

Comments

@willowsokora
Copy link

Report

What did you do?

I compiled an application with mac catalyst enabled

What did you expect to happen?

I expect my application to build

What happened instead?

When compiling the app for iOS, it works fine, but when I compile for mac (or archive) I get a swift compiler error "No such module 'Down'". I have it installed manually, in Xcode 11.3

@iwasrobbed
Copy link
Collaborator

Hi @jacobsokora 👋

I always welcome pull requests for new features / compatibilities. I won't be using Catalyst myself anytime soon so I'm leaving this up to the community (you + others) to add support for if needed

@iwasrobbed iwasrobbed changed the title Build fails for mac catalyst [Feature] Add support for Mac Catalyst Apr 24, 2020
@kengruven
Copy link
Collaborator

FWIW, I just ran across Carthage/Carthage#2799 -- It looks like Carthage doesn't yet support Catalyst. That's probably the biggest blocker for Down (at least for Carthage users), since Down.framework already builds on macOS and iOS.

@iwasrobbed-ks
Copy link
Collaborator

I just tried this on a Mac Catalyst app and it works fine. Seems more like the Carthage issue that @kengruven described (or something else other than just purely Catalyst)

@iwasrobbed-ks
Copy link
Collaborator

Feel free to reopen if you have a reproducible project, but working for me as of Xcode 12

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

No branches or pull requests

4 participants