> ## Documentation Index
> Fetch the complete documentation index at: https://docs.incredibuild.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Executing Builds - Xcode

Last updated on Apr 10, 2024

## 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](/mac/4.11.0/execute-builds-options) to the ib\_console command to use build cache, add a Build Caption, and more.
