$ ionic build ios & $ ionic emulate ios (Not doing anything)

Hi Everyone,

I am a newby, and wondering whether I am doing something obviously wrong. I am following the documentation at: http://ionicframework.com/getting-started/

$ ionic build ios

and

$ ionic emulate ios

simply doesn’t produce any output to screen. No simulator starts or any error produced during installation or build. I am wondering whether anyone else experiencing the same problem? Or at least where I can start looking.

Running:

OSX: 10.10.5

Local: myapp $ ionic -v
1.6.4

Local: myapp $ node -v
v2.3.1

I can however run:

ios-sim

Which starts the simulator correctly.

Regards,
Ddk

Hi Ddk

I ve had exactly the same issue. What helped in my case was first to remove and then add the ios platform again:

ionic platform remove ios

ionic platform add ios

Cheers
Marcel

Awesome, worked for me :wink:

Same problem and same solution! Thanks!