When calling CGBitmapContextCreate method the app crashes giving EXC_BAD_ACCESS.
This happens only in iPhone 6+ (when running on on device).
CGContextRef context = CGBitmapContextCreate(baseAddress, width, height, 8, bytesPerRow, colorSpace, kCGBitmapByteOrder32Little | kCGImageAlphaPremultipliedFirst);
And yes, I've tried setting NSZombieEnabled to YES as an environment variable.. but still nothing is getting displayed on the debugger console upon EXC_BAD_ACCESS.