Skip to main content
Glama

get_sim_app_path_name_ws

Retrieve the app bundle path for a named simulator by specifying workspace, scheme, platform, and simulator details, enabling precise app location identification in XcodeBuildMCP.

Instructions

Gets the app bundle path for a simulator by name using a workspace. IMPORTANT: Requires workspacePath, scheme, platform, and simulatorName. Example: get_sim_app_path_name_ws({ workspacePath: '/path/to/workspace', scheme: 'MyScheme', platform: 'iOS Simulator', simulatorName: 'iPhone 16' })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
archNoOptional architecture
configurationNoBuild configuration (Debug, Release, etc.)
platformYesTarget simulator platform (Required)
projectPathNoOptional project path (for fallback)
schemeYesThe scheme to use (Required)
simulatorIdNoOptional simulator UUID
simulatorNameYesName of the simulator to use (e.g., 'iPhone 16') (Required)
useLatestOSNoWhether to use the latest OS version for the named simulator
workspacePathYesPath to the .xcworkspace file (Required)

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cameroncooke/XcodeBuildMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server