javascript - ionic doesn't install app -


i'm trying simulate app on ios simulator ionic. when run:

ionic build ios ionic emulate ios 

my app doesn't appear on simulator. should do?

you need install ios-sim tool. the ios-sim tool command-line utility launches ios application on ios simulator.

apply command on terminal window:

$ sudo npm install ios-sim -g 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -