ios-sim

Launch iOS Simulator apps from the command line without Xcode.

brewmacoslinux
Try with needOr install directly
Source

About

Command-line application launcher for the iOS Simulator

Commands

ios-sim

Examples

launch an iOS app in the simulator$ ios-sim launch /path/to/MyApp.app
start the iOS simulator with a specific device type$ ios-sim start --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-14
install an app on the iOS simulator$ ios-sim install --app /path/to/MyApp.app
launch an app and pass command line arguments to it$ ios-sim launch /path/to/MyApp.app --args --debug --verbose
run an app on a specific iOS simulator version$ ios-sim launch /path/to/MyApp.app --sdk 17.0