mlkit icon indicating copy to clipboard operation
mlkit copied to clipboard

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

Open appfabtech opened this issue 2 years ago • 2 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

appfabtech avatar Feb 27 '24 09:02 appfabtech

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

miworking3 avatar Mar 25 '24 16:03 miworking3

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

DanielGuarnizo avatar Apr 18 '24 08:04 DanielGuarnizo