blinkinput / blinkinput-ios

OCR SDK for iOS powered by MicroBlink
Apache License 2.0
130 stars 26 forks source link

unable to integrate with pod #36

Closed theRealGupta closed 6 years ago

theRealGupta commented 6 years ago

Hi, I am trying to integrate the MicroBlink into our project but I am getting the error every time. I try 2 different method Method 1: I tried with direct to import MicroBlink framework in our project result: now working error

Method 2: using pod I integrate the pod but I am getting the same error

screen shot 2017-12-08 at 10 57 34 am HOW to reslove this issue????

theRealGupta commented 6 years ago

Hi, screen shot 2017-12-08 at 12 41 18 pm this is my pod file.

culoi commented 6 years ago

Hello @anupgupta-arg

Linker error usually indicates Git-lfs issue.

Please make sure that you have git-lfs installed via brew: brew install git-lfs git lfs install

Don't forget to restart the terminal.

Here is the similar issue on our support channel for the BlinkID: https://microblink.zendesk.com/hc/en-us/articles/115005241205-iOS-linker-command-failed-with-exit-code-1 but you can follow the same procedure for the BlinkInput.

Also please follow integration with the pods and without pods

Please let me know how it works.

Regards,

Ivan

theRealGupta commented 6 years ago

Hello @culoi

Thank you, now its working.

Regards, Anup