Where on my machine is the iPhone simulator installed?
I\'m been trying to find where a test application I run in the simulator is stored.
I found the easiest way to find it programmatically. Run the app and put NSLog() for [NSBundle MainBundle], it will show you the whole path of the app running in simulator.