Open abdu292 opened 4 years ago
@amay077 Any help/ direction would be super useful. Thanks for all that you do for the community.
I think this is the same than https://github.com/amay077/Xamarin.Forms.GoogleMaps/issues/666
Also seeing exactly the same. Gone through all the steps detailed in #666 but no luck. Builds fine on local machine but not in AppCenter. Were you able to find a solution @abdu292 ?
I got this to work by downgrading Xamarin.Build.Download to version 0.4.11.
thanks @Pietervdw. Yes, I did the same to get it to working.
VERSIONS
PLATFORMS
ACTUAL BEHAVIOR
Build fails on AzureDevOps pipeline and on AppCenter with the following error as soon as I add Xamarin.Forms.GoogleMaps nuget package to the projects.
Sharing violation on path /Users/runner/.nuget/packages/xamarin.google.ios.maps/3.5.0/lib/xamarinios10/Google.Maps.dll [/Users/runner/runners/2.163.1/work/1/s/src/AlFalaahMobile/AlFalaahMobile.iOS/AlFalaahMobile.iOS.csproj]
ACTUAL SCREENSHOTS/STACKTRACE
EXPECTED BEHAVIOR
Build runs successfully on both Azure DevOps pipeline & AppCenter
HOW TO REPRODUCE