launch_app_logs_sim
Launch an app in an iOS simulator by specifying its simulator UUID and bundle ID, then capture and analyze the app’s logs for debugging and development purposes.
Instructions
Launches an app in an iOS simulator and captures its logs.
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) |