googlesamples / mlkit

A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build iOS vision App

LucasLev opened this issue · comments

Hello,

I cloned the repo and tried to build the app using Xcode. It fails because I don't have all the packages installed, so I ran pod install, but I get the following error :

[!] CocoaPods could not find compatible versions for pod "GoogleMLKit/TextRecognitionKorean":
  In Podfile:
    GoogleMLKit/TextRecognitionKorean (= 5.0.0)

None of your spec sources contain a spec satisfying the dependency: `GoogleMLKit/TextRecognitionKorean (= 5.0.0)`.

You have either:
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

I tried to run pod install --repo-update but I got the same result.
Everything in my dev environnement (from Xcode to Cocoapods) was installed as of today.
Any idea on what I could be missing ?

Edit: This is my first time working on an iOS project, but I've used the android QuickStart project without issue in the past 6 months

Thanks for the help and comments, learned a lot from this