Warning appears in CameraMan.swift stating AVCaptureStillImageOutput has been deprecated. The use of the new AVCapturePhotoOutput is not easily implemented. Need update of the CameraMan.swift file.
" stillImageOutput = AVCaptureStillImageOutput()
stillImageOutput?.outputSettings = [AVVideoCodecKey: AVVideoCodecType.jpeg]
}"