Open yoostas opened 8 years ago
Have you added libTesseractOCRiOS.a
library as a dependency of you main target you are trying to build? It seems it is not built.
Also try to remove TesseractOCR.framework
from the linking stage.
Let me know if these help you.
I've already re-create the project. Made it clean. And all working fine. Thank you for your reply)
I faced the same problem. Solved: Find "Framework Search Paths" and add/change this value:
$(inherited) recursive
Hello I tried to import Tesseract-OCR-iOS via cocoa pods and i have linker error
I've tried to delete and install pods for many times, but always got this error. How can it be solved? Help please)