Skip to content

add tvos support - #23

Open
extrawurst wants to merge 1 commit into
SSheldon:masterfrom
extrawurst:tvos-support
Open

add tvos support#23
extrawurst wants to merge 1 commit into
SSheldon:masterfrom
extrawurst:tvos-support

Conversation

@extrawurst

Copy link
Copy Markdown

libdispatch lives inside libSystem on every Apple OS, not just macOS and iOS, and no Apple SDK ships a standalone libdispatch to fall back to. Naming only those two sends tvOS, watchOS and visionOS down the second arm, where the link fails with ld: library 'dispatch' not found.

libdispatch lives inside libSystem on every Apple OS, not just macOS and iOS,
and no Apple SDK ships a standalone libdispatch to fall back to. Naming only
those two sends tvOS, watchOS and visionOS down the second arm, where the link
fails with `ld: library 'dispatch' not found`.
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

Successfully merging this pull request may close these issues.

1 participant