blinkinput / blinkinput-ios

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

Undefined symbols #17

Closed dgust6 closed 6 years ago

dgust6 commented 8 years ago

If there is a compile error similar to this:

ignoring file ../../MicroBlink.framework/MicroBlink, file was built for unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F ) which is not the architecture being linked (arm64): ../../MicroBlink.framework/MicroBlink
Undefined symbols for architecture arm64:

It probably means that Git LFS was not correctly installed. To be sure, you can check the file size of your local MicroBlink file (located in MicroBlink.framework). The size should be around 100MB, while the size of incorrectly downloaded file would be less than 1KB.

To fix this issues you can:

OR

0awful commented 7 years ago

Literally half of the issues are this problem...