xcrun_show_sdk_path
Retrieves the absolute file system path for a specified Xcode SDK, such as 'iphoneos' or 'macosx', using xcrun. Returns the path directly for use in build scripts or environment configuration.
Instructions
Show the path to the SDK.
Args: sdk: SDK name (e.g., 'iphoneos', 'macosx'). Uses default if not specified.
Returns: Path to the SDK
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sdk | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |