So I built my project and I have a .app file from my BUILD location. How can I run this on my simulator without using Xcode ?
I dont not wish to grab the .app file from iPhone Simulator files and pass it to another person. What I require is that, as soon as my .app file is built, I wish to use it to run in the iPhone simulator.
Any tricks ??
What I did is, put the .app file in the Users/Library/iPhoneSimulator.. directory and place it similar to the other apps present there.
Close and open the simulator again, and you will be able to see the app on the springboard.