mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Instruct macOS users to run xcodebuild -downloadComponent MetalToolchain (#37411)
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com> Closes #ISSUE Release Notes: - N/A Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
parent
f23096034b
commit
2a7761fe17
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,8 @@ xcrun: error: unable to find utility "metal", not a developer tool or in PATH
|
|||
|
||||
Try `sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer`
|
||||
|
||||
If you're on macOS 26, try `xcodebuild -downloadComponent MetalToolchain`
|
||||
|
||||
### Cargo errors claiming that a dependency is using unstable features
|
||||
|
||||
Try `cargo clean` and `cargo build`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue