I'm getting an EXC_BAD_ACCESS in the latest version of CJSONDeserializer.m at the setData method. i.e. in here
- (BOOL)_setData:(NSData *)inData error:(NSError **)outError;
See screenshot:
It started happening when I added an entry under NSExceptionDomains (as mentioned here: NSURLSession/NSURLConnection HTTP load failed on iOS 9 )
Any suggestions how to proceed?