evermeer / PassportScanner

Scan the MRZ code of a passport and extract the firstname, lastname, passport number, nationality, date of birth, expiration date and personal numer.
BSD 3-Clause "New" or "Revised" License
457 stars 101 forks source link

Cocoapod error #9

Closed Asich closed 7 years ago

Asich commented 7 years ago

Hi Edwin. I'm getting "Unable to find a specification for EVGPUImage2" error message after pod install, could you please help me?

My pod version is 1.2.0.beta.3

evermeer commented 7 years ago

I'm using the same cocoapds version.

Do you get that for the demo project? If you download or fork PassportScanner, then you should be able to run a pod update. I just did the same and I get:

MacBook-Pro:PassportScanner evermeer$ pod update
Update all pods
Updating local specs repositories
Analyzing dependencies
Downloading dependencies
Using EVGPUImage2 (0.1.0)
Using GPUImage (0.1.7)
Using TesseractOCRiOS (4.0.0)
Using UIImage-Resize (1.0.1)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 4 dependencies from the Podfile and 4 total pods installed.
MacBook-Pro:PassportScanner evermeer$ 
Asich commented 7 years ago

Yes that definitely works, instead of regular pod install command. Thanks, I appreciate your help!