get_sim_app_path_id_ws
Retrieve the app bundle path for a simulator by UUID within a workspace. Specify workspacePath, scheme, platform, and simulatorId to locate the application in XcodeBuildMCP.
Instructions
Gets the app bundle path for a simulator by UUID using a workspace. IMPORTANT: Requires workspacePath, scheme, platform, and simulatorId. Example: get_sim_app_path_id_ws({ workspacePath: '/path/to/workspace', scheme: 'MyScheme', platform: 'iOS Simulator', simulatorId: 'SIMULATOR_UUID' })
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configuration | No | Build configuration (Debug, Release, etc.) | |
| platform | Yes | Target simulator platform (Required) | |
| scheme | Yes | The scheme to use (Required) | |
| simulatorId | Yes | UUID of the simulator to use (Required) | |
| useLatestOS | No | Whether to use the latest OS version for the simulator | |
| workspacePath | Yes | Path to the .xcworkspace file (Required) |