I have been stuck with this for a while and don\'t seem to get around this.
I am trying to read the contents of an URL as a string from an URL, But i get a weird >
I had a similar problem accessing files located on my device. I followed NSURL isFileURL always returns NO and used [NSURL fileURLWithPath] instead of [NSURL URLWithString] - this worked!