You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And taking a photo will crash with the error message:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[AVCapturePhotoOutput capturePhotoWithSettings:delegate:] settings.photoQualityPrioritization must not be higher than self.maxPhotoQualityPrioritization'
Easily fixed by adding photoOutput.maxPhotoQualityPrioritization = .quality in addCapturePhotoOutput but this feels like a quick hack.
The text was updated successfully, but these errors were encountered:
Setting the session with:
And taking a photo will crash with the error message:
Easily fixed by adding
photoOutput.maxPhotoQualityPrioritization = .quality
inaddCapturePhotoOutput
but this feels like a quick hack.The text was updated successfully, but these errors were encountered: