Chapter 4: Testing your app tutorial - No target specified for emulator. Deploying to iPhone-6 simulator

So this issue comes from the recent update to cordova.
Cordova changed up how they deploy to a device vs how they deploy to the simulator.

Just to be sure, please sure you have ios-sim installed and ios-deploy

$ sudo npm install -g ios-sim ios-deploy

Also, make sure you have the most recent version of xcode installed.

1 Like