build_project
Build Apple platform projects directly through Xcode by specifying project path, scheme, platform, device, and configuration. Ideal for development workflows without executing the project.
Instructions
Build an Apple platform project (without running)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
configuration | No | Build configuration (Debug/Release) | Debug |
deviceId | No | Device UDID or name (for simulator platforms) | |
platform | No | Target platform (iOS, macOS, tvOS, watchOS, visionOS) | iOS |
projectPath | Yes | Path to the Xcode project or workspace | |
scheme | No | Xcode scheme to build |