blinkinput / blinkinput-ios

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

Cannot build the Sample codes. #35

Closed MasaruKitajima closed 6 years ago

MasaruKitajima commented 6 years ago

I've downloaded the ZIP from this repo. And tried to build BlinkOCR-sample, but it failed.

The erros I got is as following screen shot.

How can I solve this?

xcode001
culoi commented 6 years ago

Hello @MasaruKitajima

Did you follow our instruction as specified in our readme file: https://github.com/blinkinput/blinkinput-ios/blob/master/README.md#installation-with-cocoapods

Mach-O linker error indicates issues with Git-lfs, so please make sure that you have it installed via brew.

Please let me know how this works for you.

Regards,

Ivan

MasaruKitajima commented 6 years ago

Thank you so much.

And I'm so sorry to be late in writing you back. I've had a high fever and stayed in bed. The sample succeded to compile.

Does this mean if I want to create my own app, I need to use git-lfs?

culoi commented 6 years ago

Hi @MasaruKitajima

You have to use git-lfs to fetch all necessary files for our SDK. During the building of your app, there is no need as we use Git-lfs only for storing large files.

Here you can find more info about Git-lfs: https://git-lfs.github.com/

Regards

EugeneGordin2303 commented 6 years ago

Hi @culoi I'm having same issues. I did install git-lfs by running brew. Still seeing the issues while trying to compile your sample app.

culoi commented 6 years ago

@EugeneGordin2303

Is the issue still present? Can you share which version of the brew and git-lfs are you using?

Regards