Ionic emulate ios doesn't do anything

Hello,

I tried ionic long time ago. Today i wanted to try something with it but had problems updating ionic and cordova. So i uninstalled both and reinstalled using npm install -g cordova ionic and followed those commands

ionic start test sidemenu

cd test

ionic platform add ios

ionic build ios

ionic emulate ios

as result, nothing writes in the console and nothing happens. I expect ios simulator to start and load the app but nothing happens. How can i debug / fix this?

Having the same problems. First day working with ionic. Any help would be much appreciated. Thanks.

system information:

Cordova CLI: 5.3.1
Gulp version: CLI version 3.9.0
Gulp local:
Ionic Version: 1.1.0
Ionic CLI Version: 1.6.4
Ionic App Lib Version: 0.3.8
ios-deploy version: 1.7.0
ios-sim version: 5.0.1
OS: Mac OS X Yosemite
Node Version: v4.1.0
Xcode version: Xcode 7.0 Build version 7A220

Update: could get the project to run in the emulator if I opened the project in xcode. make sure to scroll up the emulator if the emulator screen is blank. I found the start page at the top of the screen but the emulator showed the bottom of the screen.

Same problem here. No output from the console and emulator isn’t working at all.
The emulator does work when i start it from within xcode.

Installed xcode 7 instead of 7 beta 2, reinstalled ionic and cordova, no results

Other thread suggests downgrading node to 0.12

1 Like

Thank you very much!
I used node v4.1.1 and downgraded tot v0.12.7 and everything works again.
Got output when building and emulating the app, emulator works perfect now.

Solution (for now): downgrade node.js to v0.12.7 !!