Skip to content

Does not work with Mac Catalyst #13

@Kamik423

Description

@Kamik423

When using in with Mac Catalyst / UIKit for Mac were are compiler errors, due to

https://github.com/siteline/SwiftUI-Introspect/blob/de5c32c15ae169cfcb27397ffb2734dcd0e1e6d5/Introspect/ViewExtensions.swift#L117

since some AppKit functionality is supported, but it ist still based on UIKit.

Many subsequent lines throw error then, like

'NSView' is unavailable in Mac Catalyst

in

https://github.com/siteline/SwiftUI-Introspect/blob/de5c32c15ae169cfcb27397ffb2734dcd0e1e6d5/Introspect/ViewExtensions.swift#L121

'NSTableView' is unavailable in Mac Catalyst

in

https://github.com/siteline/SwiftUI-Introspect/blob/de5c32c15ae169cfcb27397ffb2734dcd0e1e6d5/Introspect/ViewExtensions.swift#L132

and so on.

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