xcode_build_project
Build Xcode projects using specified schemes, configurations, and destinations. Automates iOS/macOS project compilation with proper inputs for streamlined development workflows.
Instructions
Build an Xcode project with specific scheme and configuration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configuration | No | Build configuration (Debug/Release) | Debug |
| destination | No | Build destination (-destination flag) | |
| project_path | Yes | Path to .xcodeproj file | |
| scheme | Yes | Build scheme name |