xcrun_run_tool
Execute Xcode command-line tools using xcrun with specified tool name, arguments, SDK, and verbose output.
Instructions
Run a development tool via xcrun.
Args: tool_name: Name of the tool to run args: Arguments to pass to the tool sdk: SDK to use when running the tool verbose: Enable verbose output
Returns: Output from the tool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | ||
| args | Yes | ||
| sdk | No | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |