googlesamples / mlkit

A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
Apache License 2.0
3.59k stars 2.93k forks source link

Cannot build iOS vision App #779

Closed LucasLev closed 9 months ago

LucasLev commented 9 months ago

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

LucasLev commented 9 months ago

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