-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unable to load standard library with Tauri #42
Comments
Can you make a reproduction repo? I'm not quite sure what's going on here. |
I followed the official guide using
Then just:
And the error appears |
It works fine for me - probably because my Rust target is |
Did you use a machine with M1 chip? |
Yeah M1 pro |
Looks like I found the problem.
But, if I change
So, I guess problem is somewhere here in the |
So, it incorrectly infers SDK path for simulator |
I think this PR fixes the issue, but the Tauri does not include it, yet :) |
Looks like this is rectified over on Tauri's end :) |
When building a Tauri project I get the following error:
Versions:
Looks like something is wrong with environment setup and probably completely related to Tauri itself. But, maybe someone knows how to solve it?
The text was updated successfully, but these errors were encountered: