iOS simulator problems

Hey,

I’ve been struggling to emulate my app, which was started from the tabs example using iOS emulator. While it works flawlessly via ionic serve, I’m running into the issues with the following:

  1. ionic emulate ios is not working due to “Session could not be started: Error Domain=DTiPhoneSimulatorErrorDomain Code=2 “Simulator session timed out.” UserInfo=0x7fda99f01bf0 {NSLocalizedDescription=Simulator session timed out.}”

Which I bypass via launching platforms/ios/cordova/emulate directly.

  1. It opens the app, but none of the ionic & angular seem to work.

image

I’m new to this and would love some direction on debugging.

Cordova version : ios 3.6.3
OS: Yosemite & I have just reinstalled my ios simulator

Thanks