telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

fix: Unable to launch application on specific iOS Simulator #1095

Closed rosen-vladimirov closed 6 years ago

rosen-vladimirov commented 6 years ago

The current logic for launching application on specific iOS Simulator reads the device from the $options option. This does not work in many cases (for example tns debug ios when multiple simulators are running and CLI prompts you to select one. So add option in the emulator options to specify device and read it from there.