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

Blink Latest SDK issue when using via pods #198

Closed
Harsh061 opened this issue Sep 4, 2018 · 3 comments
Closed

Blink Latest SDK issue when using via pods #198

Harsh061 opened this issue Sep 4, 2018 · 3 comments

Comments

@Harsh061
Copy link

Harsh061 commented Sep 4, 2018

Environment

  • Xcode version: 9.4
  • BlinkID SDK version: 4.2.0
  • I am trying to scan UAE Driving License

Problem

When I am using BlinkID SDK without pods it works fine. But when I am using BlinkID SDK by pods I am getting error.

Steps to reproduce

  1. I am using pods:
 'PPBlinkID', '~> 4.2.0'

Then after implementing all methods and building on simulator I am getting error.

screen shot 2018-09-04 at 4 56 17 pm
screen shot 2018-09-04 at 4 56 29 pm

@dCubelic
Copy link
Contributor

dCubelic commented Sep 4, 2018

Hi,

I just tried recreating your problem, but everything worked for me.
Try cleaning your derived data folder and then building. If that does not work I suggest trying to set up cocoa pods again

Best regards,
Dominik

@danielbotka
Copy link

Hey, we had the same issue, I believe it's related to git-lfs. Try the following in a new directory:

pod cache clean --all
brew install git-lfs
git lfs install
git clone <Your Repo>
pod install

Hopefully it will solve your issues.

@jcular
Copy link
Contributor

jcular commented Sep 20, 2018

This is git-lfs issue, @danielbotka thx for your help.
Closing issue as solved

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

4 participants