Can someone confirm that -checkResourceIsReachableAndReturnError: method of NSURL is working as expected. I have tried using it for known URLs and
-checkResourceIsReachableAndReturnError:
NSURL
According to NSURL Class Reference
Returns whether the resource pointed to by a file URL can be reached. ... DiscussionThis method is unimplemented in iOS, so it performs no operation
So it only works for file URLs (which your URL probably isn't) and it only works on Mac OS X anyway.