Usage: ios-sim [--args ...] Commands: showsdks List the available iOS SDK versions showdevicetypes List the available device types launch Launch the application at the specified path on the iOS Simulator start Launch iOS Simulator without an app install Install the application at the specified path on the iOS Simulator without launching the app Options: --version Print the version of ios-sim --help Show this help text --exit Exit after startup --log The path where log of the app running in the Simulator will be redirected to --devicetypeid The id of the device type that should be simulated (Xcode6+). Use 'showdevicetypes' to list devices. e.g "com.apple.CoreSimulator.SimDeviceType.Resizable-iPhone6, 8.0" Removed in version 4.x: --stdout The path where stdout of the simulator will be redirected to (defaults to stdout of ios-sim) --stderr The path where stderr of the simulator will be redirected to (defaults to stderr of ios-sim) --sdk The iOS SDK version to run the application on (defaults to the latest) --family The device type that should be simulated (defaults to `iphone') --retina Start a retina device --tall In combination with --retina flag, start the tall version of the retina device (e.g. iPhone 5 (4-inch)) --64bit In combination with --retina flag and the --tall flag, start the 64bit version of the tall retina device (e.g. iPhone 5S (4-inch 64bit)) Unimplemented since version 4.x: --verbose Set the output level to verbose --timeout The timeout time to wait for a response from the Simulator. Default value: 30 seconds --args <...> All following arguments will be passed on to the application --env A plist file containing environment key-value pairs that should be set --setenv NAME=VALUE Set an environment variable