Build an Xcode project or workspace
build_projectCompile your iOS app from a project or workspace with a given scheme, producing a build ready to install and launch in the simulator.
Instructions
Run xcodebuild build for a project or workspace. Use before installing and launching the app. Requires a scheme and either project or workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheme | Yes | ||
| project | No | ||
| workspace | No | ||
| destination | No | ||
| configuration | No | ||
| derivedDataPath | No |