Install an app bundle
install_appDeploy a built iOS app to a simulator by providing the simulator UDID and app bundle path. Uses xcrun simctl install to load the app onto the target device.
Instructions
Install a built .app bundle into a simulator using xcrun simctl install. Use after build_project or after locating a derived-data app bundle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Simulator UDID. Use simulator_list first when unsure. | |
| appPath | Yes | Path to a built .app bundle. |