Tesseract-OCR-iOS icon indicating copy to clipboard operation
Tesseract-OCR-iOS copied to clipboard

Unable to find a specification for `TesseractOCRiOS (= 4.0.0)`

Open intellit opened this issue 8 years ago • 4 comments

Hello.

I can't install Tesseract through pod . No matter the version put . The error is always the same :

Unable to find a specification for TesseractOCRiOS (= 4.0.0)

I'm using Xcode 7.3.1 with swift and the project use ios9.

intellit avatar Jul 21 '16 10:07 intellit

Hey, I'm having this issue as well because my ios build target is ios 6.0.

Can you post the command you are running and all the output you see together with your Podfile and Pofdfile.lock please?

winni2k avatar Aug 07 '16 11:08 winni2k

Hi.

My problem was solved. My ios build target is 8.0, but my error was not related to build target version. The mistake was the pod version.

intellit avatar Sep 20 '16 10:09 intellit

@intellit Hi. Can you show me how to solve this problem? Unable to find a specification for TesseractOCRiOS (= 4.0.0)

Liukewei928 avatar May 08 '18 15:05 Liukewei928

Although you update to latest cocoapods (sudo gem...) now try to update pod with “pod setup”

iguron avatar May 11 '18 20:05 iguron