Search code examples
xcodexcode15

How do I install toolchains in Xcode?


The Xcode documentation suggests that when you install a toolchain in either the /Library/Developer/Toolchains/ or ~/Library/Developer/Toolchains/ folders, that you will see the toolchains shown in the “Components” tab in “Settings”. I do not see it there, but instead see a “Platforms” tab instead? Where is it?

xcode settings


Solution

  • It is under the “Xcode” menu. The “Toolchains” option only appears once you have installed a toolchain (i.e., copied or added a symbolic link) in either /Library/Developer/Toolchains/ or ~/Library/Developer/Toolchains/.

    menu