xcode_run
Execute a specified Xcode project and scheme with optional command-line arguments to automate builds and streamline development workflows in Xcode.
Instructions
Run a specific project with the specified scheme
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command_line_arguments | No | Additional command line arguments | |
scheme | Yes | Name of the scheme to run | |
xcodeproj | Yes | Path to the .xcodeproj file (or .xcworkspace if available) - supports both absolute (/path/to/project.xcodeproj) and relative (MyApp.xcodeproj) paths |