Skip to main content
Glama

get_sim_app_path_id_proj

Retrieve the app bundle path for a specific simulator using a project file by providing projectPath, scheme, platform, and simulatorId. Essential for Xcode development workflows on iOS, watchOS, tvOS, or visionOS simulators.

Instructions

Gets the app bundle path for a simulator by UUID using a project file. IMPORTANT: Requires projectPath, scheme, platform, and simulatorId. Example: get_sim_app_path_id_proj({ projectPath: '/path/to/project.xcodeproj', scheme: 'MyScheme', platform: 'iOS Simulator', simulatorId: 'SIMULATOR_UUID' })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
archNoArchitecture
configurationNoBuild configuration (Debug, Release, etc.)
platformYesThe target simulator platform (Required)
projectPathYesPath to the .xcodeproj file (Required)
schemeYesThe scheme to use (Required)
simulatorIdYesUUID of the simulator to use (obtained from listSimulators) (Required)
simulatorNameNoName of the simulator
useLatestOSNoWhether to use the latest OS version for the named simulator
workspacePathNoPath to the .xcworkspace file

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