Hi, to test on my device (iphone 4s), i follow these steps:
1- connect device in my pc
2- ionic run ios
but this does not work, because it runs on the emulator and not on the device.
Should I do anything else?
Thanks!
Hi, to test on my device (iphone 4s), i follow these steps:
1- connect device in my pc
2- ionic run ios
but this does not work, because it runs on the emulator and not on the device.
Should I do anything else?
Thanks!
This was a change to the cordova cli that recent came up. You now need to do this.
$ ionic run ios --device
Thanks!! It has been very useful