run_xcrun
Executes a named Xcode tool via xcrun with custom arguments and working directory, enabling direct command-line operations from your development workflow.
Instructions
Executes a specified Xcode tool via xcrun
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to pass to the tool | |
| tool | Yes | The name of the Xcode tool to run | |
| workingDir | No | Working directory to execute the command in |