Skip to content

Broken build on macOS after changes in 4.0.3 #129

@pakerwreah

Description

@pakerwreah

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions