uninstall_app
Remove an app from an Apple simulator by specifying its bundle ID and optional device ID, ensuring clean testing environments for iOS, macOS, tvOS, watchOS, and visionOS projects.
Instructions
Uninstall an app from the simulator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bundleId | Yes | Bundle identifier of the app to uninstall | |
deviceId | No | Device UDID or name of the simulator (optional, uses booted device if not specified) |