SyntaxFix
Write A Post
Hire A Developer
Questions
Well it's a little bit out of question scope but in case you don't have an option for NSError you can always display the Low level error:
NSLog(@"Error = %@ ",[NSString stringWithUTF8String:strerror(errno)]);