mlkit
mlkit copied to clipboard
[Bug report] If I try to build iOS examples I get No such module 'MLImage'
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:
- Download googlesamples
- do a pod install in the example folder you want
- 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 ?