stop_app_sim_name_ws
Stop an app in an iOS simulator by specifying the simulator name and bundle ID using the MCP server's XcodeBuildMCP tool.
Instructions
Stops an app running in an iOS simulator by simulator name. IMPORTANT: You MUST provide both the simulatorName and bundleId parameters.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bundleId | Yes | Bundle identifier of the app to stop (e.g., 'com.example.MyApp') | |
simulatorName | Yes | Name of the simulator to use (e.g., 'iPhone 16') |