Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install toolchains in Xcode?

Tags:

xcode15

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

like image 776
Rob Avatar asked Oct 31 '25 10:10

Rob


1 Answers

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

like image 101
Rob Avatar answered Nov 02 '25 23:11

Rob