Reputation: 499
I've read from other answers that it can be found in this path ~/Library/Application Support/iPhone Simulator/User/Media/DCIM/100APPLE
but when I checked in my mac, there is no iPhone Simulator
inside Application Support
..
I am using mac lion, xcode 4.3 with iphone sim 5.1
Upvotes: 0
Views: 3286
Reputation: 5107
There is some issue. Actually your folder may be hidden so you need to first make visible it.
If you open up Terminal
(Applications > Utilities) and type the following:
defaults write com.apple.finder AppleShowAllFiles TRUE
Then Go to Folder and USERS/YourUserName/Library/Application Support "
Like this : /Users/nirav/Library/Application Support
Hope this will help you.
Upvotes: 2
Reputation: 92
you can find data told by @Anshul Jain or do that NSLog your path in iPhone app while saving your files in your app then you can get complete path and then copy that path and paste in gotofolder option hope this helps
Upvotes: 1
Reputation: 901
You can found it here....
/Users/"your main directory"/Library/Application Support/iPhone Simulator
Upvotes: 0