Closed chyt closed 8 years ago
@chyt, the Tesseract works on simulator as well.
I'm not sure about release version from CocoaPods.
Can you try the current developer version?
Just change you Podfile to this:
pod 'TesseractOCRiOS', :git => https://github.com/gali8/Tesseract-OCR-iOS.git
Hey @ws233,
I'm still getting the same error with that version.
What is '/System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools'? It doesn't seem to be a part of TesseractOCR-iOS. Just try to remove this lib from the project linking phase.
The weird thing is that there is no PrototypeTools framework at that path, nor is it ever linked under Build Phases. But based on the error message it definitely looks like it has something to do with the Tesseract library, which is why I posted here.
But based on the error message it definitely looks like it has something to do with the Tesseract library
Why do you think so?
TesseractOCR-iOS
definetely doesn't use PrototypeTools.framework
.
I've just tried the Template Framework Project
with xCode 7.1.1 on iPhone4S and iPhone6s+ simulators.
No linking errors as expected.
The issue seems to be somewhere outside of our scope.
I'm closing the issue, since it doesn't seem to be related to TesseractOCR-iOS. @chyt, feel free to reopen it if you have more details related to the Project.
I installed Tesseract version 4.0.0 through CocoaPods. Everything works fine on the device, but I'm getting the following error when trying to rune my app in the iOS simulator:
Is the problem that Tesseract only works on armv architecture? I get the same thing if I'm running the iPhone simulator (architecture is i386). I really need to test my app on other iOS versions; is there some other way to get it to compile?