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
And the "for some reason": your "URL" is just a path, it's not a valid filesystem URL. For that, you would need to prepend file:// before the actual path, or even better, use [NSURL fileURLWithPath:].