(iphone) access device's documents directory from mac?
In Xcode 6 you should open Devices window to download it.
You can open Organizer in Xcode and download the documents directory when your device is connected right ?
I'm going to combine the two solutions together and add screenshots for clarity. This is with Xcode 7.
View/Download App Documents
- Open the Devices window through the menu
Window -> Devices
. - Select your device.
- Select your application.
- Click the gear button for the options.
View/Download/Delete Documents through iTunes
IMPORTANT!!!
If you have documents within a subfolder, you will not be able to see or change them through iTunes.
- Select the
Info.plist
file in the Project navigator. - Click the
+
button next to any property to add another. - Scroll down the list or type to find
Application supports iTunes file sharing
. - Change boolean value to
YES
. - Re-build/install application.