Executing Builds - Xcode
Xcode Application
There is no option to use Incredibuild for Mac directly from the Xcode application (i.e. from the Xcode UI)
xcodebuild
In order to execute your builds using Incredibuild for Mac, you do not need to make any changes to your existing source code or build scripts. Just add ib_console to your xcodebuild command as seen in the following example:
ib_console xcodebuild -parallelizeTargets -jobs 100 -project project_name -scheme scheme_name
You can add additional command line options to the ib_console command to use build cache, add a Build Caption, and more.