-
Notifications
You must be signed in to change notification settings - Fork 600
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
Building with a skia renderer fails with a git error on Intel Mac #5043
Comments
Could you describe your build environment a little? It looks like there's an issue with the Xcode installation. Note the following two error messages from your log:
What does Perhaps you may want to switch to the default SDK using |
@tronical Running |
Thanks for the quick response. Could you also try running |
@tronical Sure. Here's what it prints
|
Ok, and that's the source of the build issue you're seeing. This command should not produce the error but print a version. It looks like the macOS SDK installed in /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk on your machine is incomplete somehow (or corrupted). |
Could you run |
I don't. Here's where the symlink points:
|
Thanks. I can reproduce this. It seems that I'll add this to the known issues docs for the Skia renderer build. |
Building the Rust template project on Intel Mac with the following Cargo.toml
I receive the following error:
Skia is apparently being built here due to the relevant prebuilt binary not being available in skia-binaries
The text was updated successfully, but these errors were encountered: