Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to view the contents of files in the iOS Application sandbox while debugging?

I'd like to check the contents of an XML file at a specific point of execution while debugging in Xcode. Is it possible to view the contents of the file, either through the Organizer (I'm debugging using actual hardware devices, not the simulator), or by typing in some sort of command into the output/console?

I am using Xcode 4.

like image 779
Will Pragnell Avatar asked Sep 13 '11 17:09

Will Pragnell


People also ask

Does Apple have sandbox apps?

All third-party apps are “sandboxed,” so they are restricted from accessing files stored by other apps or from making changes to the device.

How do I open a Xcappdata file on a Mac?

The XCAPPDATA File Extension has one primary file type, Xcode App Data File format, and can be opened with Apple Xcode released by Apple.


1 Answers

Simply open the organiser and click the 'Download' button at the bottom, then right click on the xcappdata file and select Show Package Contents.

like image 122
pstoppani Avatar answered Sep 24 '22 06:09

pstoppani