diff --git a/package/ios/Core/CameraSession.swift b/package/ios/Core/CameraSession.swift index 1af5dca..7952a0e 100644 --- a/package/ios/Core/CameraSession.swift +++ b/package/ios/Core/CameraSession.swift @@ -109,6 +109,7 @@ class CameraSession: NSObject, AVCaptureVideoDataOutputSampleBufferDelegate, AVC try lambda(config) } catch { self.onConfigureError(error) + return } let difference = CameraConfiguration.Difference(between: self.configuration, and: config)