I've just tested and *cordova run --list* doesn't show any physical device,
just the virtual devices, and every device appears multiple times (once per
installed sdk version but doesn't show the version) and as you say, you
can't choose which version you want to run with cordova emulate --target
"iPhone-5s, 8.3"

*ios-sim showdevicetypes*  shows all the devices showing the iOS version
*ios-sim start --devicetypeid "iPhone-5s, 8.1"* starts the iOS simulator
with the selected iOS version

If you want me to test anything else let me know

2015-05-15 3:03 GMT+02:00 Shazron <shaz...@gmail.com>:

> One major difference is ios-sim 4.x is a pure node.js tool, that uses
> a node.js wrapper library I wrote for Xcode's simctl utility:
> https://github.com/phonegap/simctl
>
> Still MIT license, and was written from scratch and didn't use any of
> the old code.
>
>
> On Thu, May 14, 2015 at 5:58 PM, Shazron <shaz...@gmail.com> wrote:
> > Hi,
> >     npm install -g ios-sim@beta-4.0
> >
> > I intend to time the release to coincide with cordova-ios 4.0.x's
> > release when the time comes.
> >
> > Some options have been removed, some are unimplemented (the
> > unimplemented ones are not criticial for Cordova) as of version 4.1.0.
> >
> > See the docs:
> >      https://github.com/phonegap/ios-sim/tree/4.x
> >
> > I lightly tested this with:
> >      cordova emulate
> >      cordova emulate --target "iPhone-5s"
> >      cordova run --list   // double listing fix is in 5.0-dev for
> > multiple runtimes
> >
> > However specifying the runtime as well doesn't work, this is a bug in
> > cordova-ios:
> >
> >      cordova emulate --target "iPhone-5s, 8.3"
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>

Reply via email to