Is it possible to browse the bundle/package file system on IOS device from a connected Mac?
Some background: I have a data file in the bundle resources for my target. At startup my app tries to open it. This works on the iOS s开发者_Python百科imulator but is not working on the actual iPod Touch device.
I would like to check that the file was correctly copied to the device. Is there anyway from the xcode organizer or something else to see what files are on the device?
I saw the question: "Browse the files created on a device by the IOS application I'm developing, on workstation?" The answer to that question describes how to download the application data (save game data etc) from the device back to the Mac but this doesn't appear to get the bundle data (the app itself and data files in the bundle).
精彩评论