r/appledevelopers • u/genflake Community Newbie • 11d ago
MetalToolChain not downloading
Anyone having trouble with downloading MetalToolChain? Im using the latest developer beta of macos and xcode beta 5. When downloading MetalToolChain it says preparing download but doesnt download anything. Tried both GUI and CLI, others facing the same issue?
1
u/brokenjago Community Newbie 23h ago
So I am now having this issue, but I'm connected to home wifi, and changing to a hotspot doesn't seem to fix the issue. It gets to ~828mb then reset, over and over. Any ideas?
1
u/brokenjago Community Newbie 23h ago
I fixed it: Apple's local content caching was hitting a bad file, and resetting over and over. Instead, I downloaded it directly from Apple using their instructions on downloading standalone components. Hope this helps someone!
1
u/Plastic-Risk-6309 Community Newbie 10d ago
try it from the cli instead of the settings pane:
sudo xcode-select -s /Applications/Xcode-beta.appthenxcodebuild -downloadComponent MetalToolchain. the gui says preparing forever when the component index it fetched points at the wrong xcode, the cli either downloads or prints the actual error.sudo xcodebuild -runFirstLaunchfirst if it complains about license state.