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

[Bug report] If I try to build iOS examples I get No such module 'MLImage'

appfabtech opened this issue · comments

Describe the bug
Building the latest commit of examples on iOS I get No such module 'MLImage'

To Reproduce
Example Steps to reproduce the behavior in sample app:

  1. Download googlesamples
  2. do a pod install in the example folder you want
  3. try to build with xcode 15.2
    4.see No such module 'MLImage'

SDK Info:

  • com.google.mlkit 6.0.0

Development Environment:

  • IDE Eversion: Xcode 15.2
  • cocoapods 1.15.2

Could you share your Podfile and Podfile.lock if any?
com.google.mlkit 6.0.0 is weird because our latest release is 5.0.0:
https://developers.google.com/ml-kit/release-notes#ios-api-latest-versions

I face the same problem, how can I solve it ?