xcode_build_project
Build Xcode projects by specifying scheme, configuration, and destination. Utilize this tool to compile iOS/macOS applications programmatically within the Xcode MCP Server environment.
Instructions
Build an Xcode project with specific scheme and configuration
Input 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 |