xcodebuild_build
Build Xcode projects or workspaces with customizable schemes, configurations, and destinations for automated development workflows.
Instructions
Build an Xcode project or workspace.
Args: project: Path to .xcodeproj file workspace: Path to .xcworkspace file scheme: Scheme name to build target: Target name to build configuration: Build configuration (Debug, Release, etc.) sdk: SDK to build against destination: Destination to build for clean: Whether to clean before building
Returns: Build output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| workspace | No | ||
| scheme | No | ||
| target | No | ||
| configuration | No | ||
| sdk | No | ||
| destination | No | ||
| clean | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |