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).
Hi, I'm trying to build a project with deployment target 7.0, using Tesseract Master version, but linker fails throwing this error:
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).