The problem is removing an item that´s been written using writeToFile: method, I cannot seem to remove it. I tried NSFileManager but I guess these are two different
writeToFile:
If your file is present at that path you can try this:
[[NSFileManager defaultManager] removeItemAtPath:[destinationURL path] error:&error];
Hope this helps.