I am using AppGyver, Steroids Installation has been done and I have successfully created the demo project. I am trying to configure the iOS Simulator for Appgyver so that i can launch my app on simulator using steroids command line and debug the app but when i want to simulate it on ios simulator it gives XCode is not installed. But I have XCode installed and Command Line tools too.
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
- PRINT
pkgutil --pkgs='com.apple.pkg.Xcode.*'
- NO OUTPUT
When I use xcode-select --install
It gives "xcode-select: error: command line tools are already installed"
When I use open /Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app
- Simulator Launch
OS Version : Mac OS X Yosemite 10.10
XCode : 6.1
iOS Simulator : Version 8.1 (550.3)
Node : v0.10.24
NPM : 1.3.21
Please help me to resolve this issue. Any help will be much appreciated.