launch_app_sim
Launch an iOS app in a specified simulator using its UUID and bundle ID. Requires prior app installation. Integrates with XcodeBuildMCP for streamlined app testing workflows.
Instructions
Launches an app in an iOS simulator. IMPORTANT: You MUST provide both the simulatorUuid and bundleId parameters.
Note: You must install the app in the simulator before launching. The typical workflow is: build → install → launch. Example: launch_app_sim({ simulatorUuid: 'YOUR_UUID_HERE', bundleId: 'com.example.MyApp' })
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Additional arguments to pass to the app | |
bundleId | Yes | Bundle identifier of the app to launch (e.g., 'com.example.MyApp') | |
simulatorUuid | Yes | UUID of the simulator to use (obtained from list_simulators) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from XcodeBuildMCP
- boot_sim
- build_ios_sim_id_proj
- build_ios_sim_id_ws
- build_ios_sim_name_proj
- build_ios_sim_name_ws
- build_run_ios_sim_id_proj
- build_run_ios_sim_id_ws
- build_run_ios_sim_name_proj
- build_run_ios_sim_name_ws
- clean_proj
- clean_ws
- get_ios_bundle_id
- get_sim_app_path_id_proj
- get_sim_app_path_id_ws
- get_sim_app_path_name_proj
- get_sim_app_path_name_ws
- install_app_sim
- launch_app_logs_sim
- launch_app_sim
- open_sim
- start_sim_log_cap
- stop_sim_log_cap
Related Tools
- @cameroncooke/XcodeBuildMCP
- @cameroncooke/XcodeBuildMCP
- @cameroncooke/XcodeBuildMCP
- @cameroncooke/XcodeBuildMCP
- @cameroncooke/XcodeBuildMCP
- @cameroncooke/XcodeBuildMCP