build_run_mac_proj
Build and run a macOS app from a .xcodeproj file in a single step using required project path and scheme, with options for configuration, derived data path, and additional xcodebuild arguments.
Instructions
Builds and runs a macOS app from a project file in one step.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
configuration | No | Build configuration (Debug, Release, etc.) | |
derivedDataPath | No | Path where build products and other derived data will go | |
extraArgs | No | Additional xcodebuild arguments | |
preferXcodebuild | No | If true, prefers xcodebuild over the experimental incremental build system, useful for when incremental build system fails. | |
projectPath | Yes | Path to the .xcodeproj file (Required) | |
scheme | Yes | The scheme to use (Required) |