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

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

Open intellit opened 8 years ago

intellit commented 8 years ago

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.

winni2k commented 8 years ago

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?

intellit commented 8 years ago

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.

Liukewei928 commented 6 years ago

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

iguron commented 6 years ago

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