Currently I am working on video uploading app..my problem is that ,when I try to search simulator path in spotlight(I've also try this manually),I've got only iPhoneSimulator.platform file but in this file there are no any folders or path like 5.0/Media/DCIM etc.
If I Reset Contents and Settings from iOS Simulator menu. I found above path in my trash folder. I think it should not be hidden at all.
Any idea..?
XCODE 4.2
THANKS.
finally I solved it.If you can't access directory.try this
1)go to iPhone simulator
2)reset it
3)open trash
4) you see 4.0 / 4.2 or 5.0(me).
5)copy it to /Developer/Platforms/iPhoneSimulator.platform folder
6) reset simulator again
7)open trash
8) right click on 5.0/put back
9)that's it
10)now u have fix....
-------------------------I've done.working perfect for me..Thanks
note : Generally this Problem found After upgrading mac osx 10.xx to 10.xx.
When You are working on Simulator, you Machine OS runs Behind it. :)
This is the Path where you can Find every thing Related to your Device Installation or apps Deployed by you on the Simulator :
Hope you find your way now.. if any problem Reply plz.. :)
you want to look in "/Users/yourusername/Library/Application Support/iPhone Simulator/". in there you'll find one or more directories corresponding to the version of iOS used. in your case you should have a "5.0" directory. in there you'll find a bunch of dirs. if you're storing data in your application's Documents directory, go to "Applications/your app's ID/Documents".