I get a slightly different error in unit tests, only on my M1 laptop:
request VNDetectFaceRectanglesRequest was cancelled
But I found a solution!
#if targetEnvironment(simulator)
faceDetectionRequest.usesCPUOnly = true
#endif
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: