Jeremy Wight
Results
3
comments of
Jeremy Wight
Thank you @keegho. I ran into the same issue. Just to be explicit, you need to make sure the overall Project Build Settings are set to Enable Bitcode=NO as well...
The int '6' should be modified to be: `let imageRequestHandler = VNImageRequestHandler(cvPixelBuffer: pixelBuffer, orientation: CGImagePropertyOrientation(rawValue: 6)!, options: requestOptions)`
I'm going to try and figure out something similar @roffel