gali8 / Tesseract-OCR-iOS

Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64.
http://www.nexor.it
MIT License
4.22k stars 949 forks source link

Xcode ios Tesseract linker error #273

Closed vkoushik closed 8 years ago

vkoushik commented 8 years ago

Hi,

I perfofmed all the installation instructions starting from pod install, added libz.dylib in the link with libraries,added tessdata and at last added the line -lstdc++ in other linker flags.Next, i ran the code and received the error in the screenshot screen shot 2016-06-30 at 7 25 30 pm

Can some one please help with me with this issue?

Thank you

mingjiameng commented 8 years ago

I have the same problem.

2016-08-16 10 45 08
xander94 commented 8 years ago

I had this same problem. Try going to your pods project and then selecting the TesseractOCRiOS target. Go into build settings and search for 'Enable Bitcode'. Set that to 'No'. Then clean and build.

screen shot 2016-09-28 at 11 14 31
ws233 commented 8 years ago

@vkoushik is it still an issue for you? I'm closing it, but feel fre to reopen it, if you need more help.

vkoushik commented 8 years ago

No, it is not. Thank you