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

Broken build on macOS after changes in 4.0.3 #129

Open
pakerwreah opened this issue Jan 20, 2022 · 0 comments
Open

Broken build on macOS after changes in 4.0.3 #129

pakerwreah opened this issue Jan 20, 2022 · 0 comments

Comments

@pakerwreah
Copy link

pakerwreah commented Jan 20, 2022

Fixing the exclude path in Package.swift #126 actually broke the build on macOS.

Since the extension in Pod/Classes/OSX/NSGestureRecognizer+Rx is not created, we end up getting an error in Pod/Classes/View+RxGesture.swift

.../RxGesture/Pod/Classes/View+RxGesture.swift:98:38: value of type 'Reactive' (aka 'Reactive') has no dynamic member 'event' using key path from root type 'RxGestureRecognizer' (aka 'NSGestureRecognizer')

We should probably remove the exclude config since we already filter out those files using #if canImport(AppKit) and there's currently no way of specifying supported platforms per target.

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

1 participant