문제

Am running an iOS app on my iPhone, and logged the Documents directory and .plist file path. Have just changed the data model, so I need to get to my .plist and delete the original file.

Went to Finder, pressed Command + Shift + G, and pasted in the path at /var/mobile/Applications/92F57312-E569-4B56-B639-92210CE94828/Documents/Checklists.plist

But when I pressed Go in the dialog box, I got a "Folder can't be found" message.

What's wrong?

도움이 되었습니까?

해결책

/var/mobile/Applications/92F57312-E569-4B56-B639-92210CE94828/Documents/Checklists.plist is the file path on the iOS device itself, and has no relevance to your OS X drive and its files.

You should be able to use the Devices pane in the Xcode Organizer window to access files in the Documents folder on the device, or in iTunes (provided your app specifies that it allows that type of access).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top