I want to copy file(image,mp3...) from main bundle to main bundle. To use
[[NSBundle mainBundle]pathForResource:@"copyname" ofType:@"mp3"]
from path = /var/mobile/Applications/62734FAF-1E94-4792-9978-exam/myproject.app/file.mp3
to path = /var/mobile/Applications/62734FAF-1E94-4792-9978-exam/myproject.app/copyname.mp3
function = copyItemAtPath
But i got the error "The operation couldn’t be completed. (Cocoa error 513.)"
Can anyone help me?
Use