Looking at the NSError documentation tells me that you’ll need to do something like:
NSLog(@"%@",[error localizedDescription]);
This should then give you human readable output
Looking at the NSError documentation tells me that you’ll need to do something like:
NSLog(@"%@",[error localizedDescription]);
This should then give you human readable output