I have created an iPhone application with integration of SoundCloudAPI. When I try to run the application I am getting following error message:
Error Domain=SoundCloudAPIError Code=2001 "The operation couldn t be completed. (NSURLErrorDomain error - 1012)" UserInfo=0x13cbc0 {httpErrorStatus=Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn t be completed. (NSURLErrorDomain error - 1012.)" UserInfo=0x137b90 {NSErrorFailingURLKey=http://api.soundcloud.com/ oauth/access_token, NSErrorFailingURLStringKey=http:// api.soundcloud.com/oauth/access_toekn, NSUnderlyingError=0x13b590 "The operation couldn t be completed. (kCFErrorDomainCFNetwork error - 1012.)"}, NSLocalizedDescription=The operation couldn t be completed. (NSURLErrorDomain error - 1012.)}
Any one please tell me how to resolve it.
Thanks.