I keep getting this error. I\'m uploading via ftp to a server. It works fine and uploads completely while running in the simulator, but when I provision it on my iPhone, it says
In my case my 260 error was due to a folder in the path Being camelCase.
In the simulator it worked fine under OSX. However on an iOS Device the case became very important.
I.E. I was referencing a folder called ``@"/Data/somethings/"``` On disk this was /data/somethings/
You have to maintain a consistency of uppercase / lowercase for iOS. So I had to make sure it was always referred to as /data/somethings/