From 2a7761fe172217213c8092c52a42bfa0898b2688 Mon Sep 17 00:00:00 2001 From: chris <7566903+cwwhitman@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:36:36 -0700 Subject: [PATCH] Instruct macOS users to run `xcodebuild -downloadComponent MetalToolchain` (#37411) Co-authored-by: Conrad Irwin Closes #ISSUE Release Notes: - N/A Co-authored-by: Conrad Irwin --- docs/src/development/macos.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/development/macos.md b/docs/src/development/macos.md index d90cc89abc3e5dc70b2184c85690ea472ec647dc..c7e92623d4e226cb575da524fd8241fba3730fd6 100644 --- a/docs/src/development/macos.md +++ b/docs/src/development/macos.md @@ -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`.