After updating my XCode to version 4.4 it seems to be impossible to retrieve Application Data from my devices.
In Xcode 4.3 (and all previuos version) I downloaded my Ap
I am having the same problem and will give a little more information:
Even though Xcode gives the "Permission Denied" error, it does export two files into a xcappdata file and does not even export the "Documents" folder.
AppDataInfo.plist
com.apple.PeoplePicker.plist
Then I deleted the app and all data off the device and reinstalled it using Xcode. I exported the data after running the app and generating a log (log saved into the documents folder). This new log file was properly exported inside the "Documents" folder, but Xcode still generated the "Permission Denied" error.
After further running the app and generating logs, attempting to export the new data resulted in identical exports as the the first export after reinstall.