Folderitem iOS

You looked under File Sharing in Itunes?

I did that. But forgot to drag the info.plist into the project.
Have you done that part?

Your example look right, but just for safety, - this info.plist gets the file sharing working if you drag it to your project.

[code]<?xml version="1.0" encoding="UTF-8"?>

UIFileSharingEnabled [/code]

No - I just edited the Info.plist in the .app.

How does one drag the Info.plist into the project?

We do need to clarify are you trying to access the documents folder in the simulator or on an actual device?

If you are trying to access the file created in the simulator. Look down at bottom of this thread. Paul mentions where to locate the file on the machine running the simulator.

On the actual device. I already access it in the Simulator successfully.
By dragging Info.plist (normal text version) into the project, do you mean onto the project name in contents, into the editor window, ???

File -> Import and select your info.plist is how did mine.

And I just dragged the info.plist from a folder into the project pane, like an image

Thank you - it works both ways. I had been dragging it into the Editor pane.

Now I just need to patch the dent in my wall :wink:

BTW, it also works well in Apple Configurator 2 - just select Actions -> Export.