Xcode Toolchain
Installation
- Download the toolchain.
- Copy or symlink the toolchain into
~/Library/Developer/Toolchains/
.mkdir -p ~/Library/Developer/Toolchains
ln -sfn path/to/downloaded/MicrosoftSpoor.xctoolchain ~/Library/Developer/Toolchains/MicrosoftSpoor.xctoolchain
- There is no step 3.
Usage
Select Spoor from Xcode's toolchains list: Xcode > Toolchains > Spoor
.
Pass -toolchain Spoor
to xcodebuild
or set the TOOLCHAINS
environment
variable to Spoor
.