f-miyu / Plugin.CloudFirestore

MIT License
121 stars 44 forks source link

Message=Failed resolution of: Lcom/google/common/io/BaseEncoding; #93

Closed drhodge closed 2 years ago

drhodge commented 2 years ago

Hi, recently upgraded to latest version 4.x. After upgrading, cleaning, rebooting, rebuilding etc getting a runtime issue when making any plug in request. From what I see all references are up to date. Any help or suggestions really appreciated.

Message=Failed resolution of: Lcom/google/common/io/BaseEncoding;

-David

vhugogarcia commented 2 years ago

Did you try deleting the /bin and /obj folders, then close Visual Studio, open it again and rebuild the project?

drhodge commented 2 years ago

Hi, yes just tried that again to be sure. Same issue. I am guessing this is a dependency issue with the nuget packages, I think i will try updating them all to latest, then if no luck will create a sample app and add in one at a time until I see the issue. Not very scientific but I dont have time (or mental capacity) to try and understand the build logs.

drhodge commented 2 years ago

Removed all nuget packages and added back ones required. Looks like some specific version I used to require are no longer needed by the parent packages or something. Solution is working again for Android. Closing, thanks for reading!