-
Notifications
You must be signed in to change notification settings - Fork 688
Missing reference for Google.Maps #787
Comments
We have the same issue.
|
We also ran into this issue after updating Xamarin.Build.Download to 0.8.0, as well as: We got two different errors, seemingly randomly: Downgrading to Xamarin.Build.Download to 0.4.11 fixed the issue. The strange thing is, after then updating it back to 0.8.0, cleaning all and rebuilding, the errors have disappeared. I'll have to keep an eye on it and see if the issue crops up again. |
@ashleypringle I think it's because your |
@azuken Yes you're right, today it's giving build errors again, although now they say: EDIT: Downgrading to Xamarin.Build.Download 0.4.11 fixed it again. |
This is a bit ridiculous. I tried loading a project that builds and runs perfectly fine on VS 2019 on windows with Xamarin.Build.Download 0.8.0 but when cloning it and running it on VS Mac (so I can run UITests) it won't build and gives me the same errors described in the comment above. Am I supposed to downgrade? |
Sigh another stupid problem, lets add more and more and more stuff to Xamarin - who cares if things don't work at a fundamental level |
Hi guys! A very sorry for the inconveniences that this cause. We have released
Also, we have released an update for Google Maps for iOS (v3.7.0). Please, update and let us know your result. Best! |
Update works for me in Azure DevOps Pipeline Build. Before we had this Error with Google Maps for iOS (v3.5.0) and Xamarin.Build.Download v0.8.0 Update: but does not build locally same issue as described here xamarin/GoogleApisForiOSComponents#351 Could not load file or assembly 'Microsoft.Win32.Registry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. |
I see there is a new release v0.10.0 of Xamarin.Build.Download [1] that one may test to see if the issue is resolved. |
The version v0.10.0 of Xamarin.Build.Download resolved the issue for us. |
I am facing an issue while building Xamarin.iOS project in Xamarin.Forms project.
Current Packages:
I added latest versions of Xamarin.Forms.GoogleMaps, Xamarin.Google.iOS.Maps and Xamarin.Build.Downloads. My XF packages have same versions in all projects.
Error while Building:
Xamarin.Build.Download.targets(3,3): Error: Did not find reference matching RestoreAssemblyResources AssemblyName metadata 'Google.Maps, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
What I tried?
1- Delete bin/obj directories, reopening and rebuilding project
2- Tried downgrading package versions
3- Targeted iOS Deployment greater than 9
The text was updated successfully, but these errors were encountered: