IOS – How to run iPhone app in Simulator without opening Xcode using command-line utility

iosiphoneterminalxcode

I know that there are some utilities which allows us to install iPhone apps to Simulator. But I found problems installing in this way when I have two Xcode versions installed on the system.

I want to set the environment variable for that utility. How can I set the private framework path for that utility?

https://github.com/Fingertips/ios-sim : Link for the utility.

For more details please go through my stackoverflow link

Best Answer

Ok, I have found the solution to this question and it is their in my StackOverFlow link.

OR

http://blog.abrahambarrera.me/2010/12/iphonesim.html

Thanks to Abraham Barrera.