build_run_mac_ws
Build and run a macOS app directly from a workspace using a specified scheme. Supports Debug, Release configurations, derived data path, and additional xcodebuild arguments for customization.
Instructions
Builds and runs a macOS app from a workspace in one step.
Input Schema
TableJSON 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) |