-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google ML Kit IOS 8.0.0 Pod version not compatible with latest FirebaseCore, FirebaseAuth and Cloud_firestore plugins #6240
Comments
@Tom3652
For it, I updated
But the point I am trying to make is, I couldn't replicate the |
Strange, in my project it's always showing the error. I have never had this
And with
|
@Tom3652
flutter doctor -v
|
Thanks for your reply ! I have done several tests on my own with a bunch of new projects.
Now i am updating to
As a another test, i have tried with the
Or with
This makes me believe that the issue comes from
Here i set the
The best guess is that the Google's ML kit is not compatible with the latest IOS 8.0.0 Pod version of Let me know if you can confirm such issue |
Thanks for digging in. With above details, I was indeed able to replicate the issue and confirm that flutter doctor -v
|
Keeping this issue open for further insights from the team and labeling it accordingly. |
Looking at the error, it appears that the problem is on FlutterFire uses a more up-to-date version of |
I agree with you @rrousselGit, that it is the However what i showed in my last comment is that it's still a Google's product / issue in my opinion, the "Google" should upgrade its ML Kit dependencies on IOS to not have issues with latest Firebase products |
Any updates on this ? |
This issue has suspended our build for weeks. |
check out this google issue tracker |
Any updates? |
Any updates also getting this issue when trying to include the latest [firebase_crashlytics ^2.0.6] with [google_ml_kit: ^0.6.0]. |
I have the same problem, did anyone manage to solve it? |
Same problem here, downgrade don't work for my |
They have upgraded the library, mentioned that they should be deploying the fix at the end of this month (June). After that, its waiting for the google_ml_kit to be updated with the new packages. |
Ok, thanks a lot |
It seems that this was fixed using the latest version of the Firebase plugins (8.3.0 on IOS) which is equivalent to ´´´firebase_core: 1.4.0´´´ and the ´´´google_ml_kit: 0.6.0´´´ package. The issue was closed on the Google ML Kit repo and it's working for me now without any additional configuration needed 🙂 |
As per @Tom3652's comment, this has been fixed on the google ml kit repo. |
Bug report
Describe the bug
This issues comes using the google_ml_kit package.
An issue already exists there but the package is apparently consuming the latest versions of GoogleMLKit.
I would add that still according to this issue, it seems to happen with other FlutterFire packages such as
cloud_firestore: ^2.2.0
Steps to reproduce
Steps to reproduce the behavior:
Podfile
to avoid the first deployement target bug (IOS 8.0)/ios
directory of the project in a terminalpod install --repo-update
Expected behavior
We expect to not see the
GoogleDataTransport
dependency conflict.Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: