ReactiveCocoa / ReactiveCocoa

Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nkristek opened this issue · comments

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?