Locating custom files in iOS app

52 Views Asked by At

I need to place some files in my iOS app initially and with app run copy them to Documents.

I placed them to main bundle, but I can not move them. Then I am trying to do it I have an error.

I find out that those files are not writable.

So how can I accomplish that task?

1

There are 1 best solutions below

0
On BEST ANSWER

You need to create an initial version of the files in the Documents folder by copying them from your bundle. The bundle itself is read-only.