I want to have a look at the app directory from the iPhone Simulator, so that I can see what kind of files it is creating when I use my app and what stuff is in these files (i.e. when it creates the sqlite file for Core Data and stuff like that).
+1
A:
Each time you build an application a new directory is created in:
/Users/YOURUSER/Library/Application Support/iPhone Simulator/User/Applications
If you rebuild your application that application directory is renamed. I usually sort the list by most recent and look at the latest directory in there.
Felix
2010-02-15 10:53:05
+4
A:
you can find it in
~/Library/Application Support/iPhone Simulator/User/Applications
Regards Gaurav Verma
Gaurav Verma
2010-02-15 10:53:25