Ionic Emulate IOS Fault

Hello,
I have just follow the instructions on ionic getting started and i am getting this error.

Umuts-MacBook-Pro:myApp umutguncan$ ionic emulate ios
Running command: /Users/umutguncan/myApp/hooks/after_prepare/010_add_platform_class.js /Users/umutguncan/myApp
add to body class: platform-ios
Running command: /Users/umutguncan/myApp/platforms/ios/cordova/run --emulator
ios-sim was not found. Please download, build and install version 3.0.0 or greater from https://github.com/phonegap/ios-sim into your path. Or 'npm install -g ios-sim' using node.js: http://nodejs.org
Error: /Users/umutguncan/myApp/platforms/ios/cordova/run: Command failed with exit code 2
    at ChildProcess.whenDone (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:139:23)
    at ChildProcess.emit (events.js:110:17)
    at maybeClose (child_process.js:1015:16)
    at Process.ChildProcess._handle.onexit (child_process.js:1087:5)

Did you try what the error message suggests?

Have you added the ios platform to your project?

Yes i did but not resolved.
Thank you for your answer

same error…some solution?please

Same issue, even after npm install -g ios-sim

image

Ionic Info throws this:

Your system information:

Cordova CLI: 5.3.3
Gulp version: CLI version 3.9.0
Gulp local:
Ionic Version: 1.0.0-rc.2
Ionic CLI Version: 1.7.12
Ionic App Lib Version: 0.6.5
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Mac OS X El Capitan
Node Version: v4.2.1
Xcode version: Xcode 7.0.1 Build version 7A1001


Dependency warning - for the CLI to run correctly,
it is highly suggested to install/upgrade the following:

Install ios-sim to deploy iOS applications. npm install -g ios-sim (may require sudo)
Install ios-deploy to deploy iOS applications to devices. npm install -g ios-deploy (may require sudo)


Info says ios-sim not installed, though I have run npm install -g ios-sim and also locally by npm install ios-sim