run_project
Build and run Apple platform projects directly through Xcode by specifying the project path, scheme, platform, device, and configuration. Simplifies development workflows for iOS, macOS, tvOS, watchOS, and visionOS.
Instructions
Build and run an Apple platform project
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 |