simctl_uninstall
Remove apps from iOS Simulator devices by specifying device identifier and bundle ID. This tool helps developers clean up test environments and manage simulator app installations.
Instructions
Uninstall an app from a simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | Device UDID, name, or "booted" | |
| bundle_id | Yes | Bundle identifier of the app to uninstall |