Hey everybody,
I know I can target the simulator device by using --target:
$ionic emulate ios --target="iPhone-5s"
but how can I target a specific version of iOS ?
Thanks a lot 
Hey everybody,
I know I can target the simulator device by using --target:
$ionic emulate ios --target="iPhone-5s"
but how can I target a specific version of iOS ?
Thanks a lot 
Hi,
Try this, it worked for me:
$ionic emulate ios --target="iPad-Air, 8.1"
Yes this works now thanks !