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

support visionOS? #2338

Open
lee409 opened this issue Feb 19, 2024 · 1 comment
Open

support visionOS? #2338

lee409 opened this issue Feb 19, 2024 · 1 comment

Comments

@lee409
Copy link

lee409 commented Feb 19, 2024

ReactiveSwift——source——Property.swift

#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS)
import Darwin.POSIX.pthread
#else
import Glibc
#endif

No such module 'Glibc'

@Gerzer
Copy link

Gerzer commented Mar 28, 2024

It’s a hack, but you can fork the repository and append || os(visionOS) to the end of the first line of code that you quote in your comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants