It says,
No target specified for emulator. Deploying to iPhone-6 simulator.
with
ionic run ios
I have setup for certificate/provisioning profile completed with matching app ID as well in config.xml in project folder.
How do I specify target to be device ios??
I am using XCode 6.4(latest as of 7/27/15) and also IPhone6 with iOS8.4(latest as of 7/27/15).
I have set up the certificate/provisioning profile correctly.
Somehow, ionic run ios will only execute to emulator… still… with this msg below
No target specified for emulator. Deploying to iPhone-6 simulator.
After I installed ionic deploy, and run
ionic run ios --device
its now working on the device.