XCode 4.4 "Permission denied" when trying to download Application Data

Viewed 6502

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 Application Data (like SQLite databases and files I created) through the organizer (Organizer -> Devices -> "Device" -> Applications -> "Application" -> Download).

With Xcode 4.4 i get an error ("Permission Denied") when I try to download the Documents from the sandbox.

Is there anything new (maybe a new setting?) I have to change to obtain the Application Data from my device again?

6 Answers
Related