Yesterday me and a colleague tried to setup OpenJFX on his macOS machine.

In particular: On macOS 15.7.9 (24G830).

Running the command as specified in the OpenJFX documentation did not work.
> xcodebuild -downloadComponent metalToolchain

We had to do:
> xcodebuild -downloadComponent metalToolchain -exportPath ~/Downloads
> xcodebuild -importComponent metalToolchain ~/Downloads/metalToolchain.dmg

as also described in the Apple documentation. So it seems that just downloading was not enough, the importing was also needed.
Maybe we should link to it, in case other people also have problems?

https://developer.apple.com/documentation/xcode/downloading-and-installing-additional-xcode-components#Download-and-install-the-Metal-Toolchain

-- Marius

Reply via email to