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

embedded dylibs/frameworks are only supported on iOS 8.0 and later #281

Closed artemisia-absynthium closed 5 years ago

artemisia-absynthium commented 8 years ago

Hi, I'm trying to build a project with deployment target 7.0, using Tesseract Master version, but linker fails throwing this error:

ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/TesseractOCR.framework/TesseractOCR) for architecture armv7

On the README it says support from 7.0+ and raising it to 8.0 is not an acceptable solution for me because I only have a 7.1 device to test on at the moment (since I'm using camera I cannot use the simulator).

Log

artemisia-absynthium commented 8 years ago

I found the solution, it seems like the TesseractOCRiOS target comes out from Cocoapods with default deployment target set to 8.0.

sosofr74 commented 8 years ago

I have the same issue using 8.0 capture d ecran 2016-10-18 a 14 56 45