VNSequenceRequestHandler performRequests error *** -[__NSDictionaryM removeObjectForKey:]: key cannot be nil"

Viewed 11

I have an error after update to iOS 16 when I'm working with face recognition.

call of VNSequenceRequestHandler.performRequests produces *** -[__NSDictionaryM removeObjectForKey:]: key cannot be nil" error

This line:

[_sequenceRequestHandler performRequests:requests onCVPixelBuffer:imageBuffer orientation:orientation error:&error];

Error appears not consistently. Any Ideas how to fix or make workaround?

0 Answers
Related