Shut down an iOS simulator
simulator_shutdownShut down a booted iOS simulator by UDID to clean up after testing. Use after runtime validation to free resources without erasing content.
Instructions
Shut down a simulator by UDID using xcrun simctl shutdown. Use after runtime validation to clean up a booted simulator. This does not erase content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Simulator UDID. Use simulator_list first when unsure. |