build_run_mac_ws
Build and execute a macOS app from an Xcode workspace in a single step, specifying scheme, configuration, and derived data path. Supports additional xcodebuild arguments and preference for xcodebuild over incremental builds.
Instructions
Builds and runs a macOS app from a workspace 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. | |
scheme | Yes | The scheme to use (Required) | |
workspacePath | Yes | Path to the .xcworkspace file (Required) |