-
-
Notifications
You must be signed in to change notification settings - Fork 51
Compile error on macOS 12.2.1 #167
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
Comments
First of all, this package won't support macOS, and I don't think this error could happen in application development targeting wasm. |
I wonder if we should provide some stubs on macOS to at least make code completion work if someone imports |
Finding a solution would be greatly appreciated. I edit my code on Xcode so I find it really hard to have to comment out the dependency to get actual diagnostics and then uncomment to run with carton. |
Maybe we could add I can work on this if we decide on which of the approaches to go for? Edit: I see a pull request has already been opened |
I couldn't figure out a feasible solution to improve development experience with Xcode, so adding availability guards is reasonable to me now. Sorry for taking a long time. |
No worries; glad it’s fixed now. |
The text was updated successfully, but these errors were encountered: