zxingify / zxingify-objc

An Objective-C Port of ZXing
Apache License 2.0
3.07k stars 753 forks source link

Crash at CFRelease in ZXCapture when rotating #496

Closed Halfpint-Code closed 1 year ago

Halfpint-Code commented 4 years ago

CGImageRef rotatedImage = CGBitmapContextCreateImage(context); CFRelease(context);

When I rotate the device, I'm getting an EXC_BREAKPOINT exception at the CFRelease in createRotatedImage in the ZXCapture file. Is anyone else getting this in either the sample or in their own projects? Is there a work around?

iMostfa commented 2 years ago

same problem, any help?

benjohnde commented 1 year ago

Unfortunately, I can no longer provide support for this codebase, the topic will be closed. I recommend to take a look at https://github.com/zxing-cpp/zxing-cpp created and maintained by the very ambitious @axxel!

Hopefully this is already fixed with the overhaul of the sample app, cf. #527.