xcrun_find_tool
Locate the absolute path to a development tool by providing its name and optional SDK, resolved via xcrun.
Instructions
Find the path to a development tool using xcrun.
Args: tool_name: Name of the tool to find (e.g., 'clang', 'swift', 'texturetool') sdk: SDK name to search in (e.g., 'iphoneos', 'macosx')
Returns: Absolute path to the tool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | ||
| sdk | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |