Unable to compile for iOS due to MLKit lib conflict #364
Labels
dependencies
Pull requests that update a dependency file
Firebase
Issues related to using ML Kit along with Firabase
Uh oh!
There was an error while loading. Please reload this page.
Hi, thanks for the efforts on providing such packages for the community. It helps a lot!
Below is the issue I'm facing currently with some of your plugins and another one that I'm using.
I'm using the mobile scanner package, and both TextRecognition and translation packages.
When trying to compile the project for iOS, I'm facing the following problem:
The Mobile Scanner package also uses MLKit and its dependencies are getting conflicts with the ones of the MLKit plugin. I also noticed this issue when using version of
0.4.0
of these plugins.For now, I downgraded the dependencies to version
0.3.0
and I was able to compile successfully. Though, that is not the optimal solution for this.PS: One thing I noticed as well when looking at this commit is that you added an optional way to add new language packages. Though, by looking at the commit, it seems that the pod
GoogleMLKit/TextRecognitionChinese
was left there uncommented so maybe that is the reason of the pod versions conflict? I haven't had time to fork and check this myself yet, but I decided to open this issue already in case you can spot that easier than me.The text was updated successfully, but these errors were encountered: