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?