I'm getting these errors when building my Xamarin Forms app on an Android simulator. It builds without issues on an iOS emulator. I am using Mac OS.
Link to errors image: dropbox.com/s/doxzt635zm2j6sk/errors.png?dl=0
As you can see, it is a problem with the com.google.android.gms package. I have no idea how to fix this. What do I do?
That was really unexpected for me to see a problem I solved recently, I hope that my solution will work for you, so the point is that you are probably missing a package in your iOS project (just right click it and manage nuget packages), seems like you have added it to the shared project but not the others, tell me if that worked. Make sure you clean and rebuild the solution.
Answers
That was really unexpected for me to see a problem I solved recently, I hope that my solution will work for you, so the point is that you are probably missing a package in your iOS project (just right click it and manage nuget packages), seems like you have added it to the shared project but not the others, tell me if that worked. Make sure you clean and rebuild the solution.
Thanks so much, it worked!
It is nice to use quoting so someone can see your response next time, good luck