Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project source code is not working, Missing classes, giving errors on FaceIDCapture.swift #33

Open
smindia1988 opened this issue May 26, 2020 · 1 comment

Comments

@smindia1988
Copy link

Hello,

We have checkout project code from github link and updated necessary pods. After then project is not able to run and showing multiple errors.

Missing classes:

  • FaceCaptureImage
  • FaceCaptureController
  • FaceCaptureConfiguration
  • FaceCaptureControllerDelegate

Also, giving errors on below code as "DOTHandler" unresolved identifier:
extension FaceIDCapture {

func faceCaptureNoCameraPermission(_ controller: FaceCaptureController) {
    debugPrint(#function)
    guard let status = DOTHandler.authorizeCamera(onRequestAccess: { [weak self] status in
        self?.checkCameraPermission(status: status, controller: controller)
    }) else { return }

    checkCameraPermission(status: status.authorizationStatus, controller: controller)
}

Screenshot 2020-05-26 at 5 24 40 PM

Screenshot 2020-05-26 at 5 24 47 PM

@bielikb
Copy link
Collaborator

bielikb commented May 31, 2020

Hi @smindia1988, good point!

Recently we added DOT framework from a company called Innotravics, that gives us possibility to introduce biometrics to our smart quarantine app.

In order to build the project you would either have to get a new license from https://www.innovatrics.com/ or completely erase any related linkings to this project.

In order to not cause any further issues, Ill try to hide this feature behind the compile flag in upcoming days.

Best,
Boris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants