2 errors occur after migrating to swift 4.
First error:
Initializer for conditional binding must have Optional type, not AVCaptureVideoPreviewLayer.
Second error:
Initializer for conditional binding must have Optional type, not [AVCaptureDevice].
How Should I correct these errors?
Thanks

