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.6k stars 2.94k forks source link

[Bug report] Urgent: MLKitCommon needs to update its dependency version of GoogleDataTransport immediately. #877

Closed ShuheiSuzuki-07 closed 4 weeks ago

ShuheiSuzuki-07 commented 2 months ago

MLKitCommon needs to update its dependency version of GoogleDataTransport immediately.


  In Podfile:
    firebase_performance (from `.symlinks/plugins/firebase_performance/ios`) was resolved to 0.10.0-7, which depends on
      Firebase/Performance (= 11.0.0) was resolved to 11.0.0, which depends on
        FirebasePerformance (~> 11.0.0) was resolved to 11.0.0, which depends on
          GoogleDataTransport (~> 10.0)

    google_mlkit_face_detection (from `.symlinks/plugins/google_mlkit_face_detection/ios`) was resolved to 0.11.1, which depends on
      GoogleMLKit/FaceDetection (~> 6.0.0) was resolved to 6.0.0, which depends on
        MLKitFaceDetection (~> 5.0.0) was resolved to 5.0.0, which depends on
          MLKitCommon (~> 11.0) was resolved to 11.0.0, which depends on
            GoogleDataTransport (< 10.0, >= 9.4.1)
psykologist90 commented 2 months ago

I'm having issues with this too, the last version of MLKit is not compatible with the last version of FirebaseAnalytics and does not include the necessary privacy manifest that Apple is asking for. Starting on november 12, if they don't update the apps won't be able to be submited to the Apple Appstore.

bahadirarslan commented 1 month ago

This is blocking me even building my apps because other dependencies require higher version of Firebase libraries and this library causes a conflict.

vietstone-ng commented 1 month ago

+1

ToanDevMobile commented 1 month ago

+1

jacopofranza commented 1 month ago

+1 THIS IS A BLOCKING ISSUE

RCVZ commented 1 month ago

+1

RCVZ commented 1 month ago

@miworking3 Could you look into this? Also, see the other issue tracker

ShuheiSuzuki-07 commented 1 month ago

Has it been resolved?

https://issuetracker.google.com/issues/362452861#comment146

vietstone-ng commented 1 month ago

It's resolved. Just update to the latest versions.