After updating Visual Studio 2017 (including Xamarin), I get an error message in several Nuget packages, for example:
... \ MSBuild \ Xamarin \ Xamarin.Apple.Sdk.targets (29.5): error MSB4096: element ".... nuget \ packages \ HockeySDK.Xamarin \ 4.1.3 \ lib \ Xamarin. IOS10 \ HockeySDK. dll "in the list of items" ReferenceCopyLocalPaths "does not define a value for the metadata" ResolvedFrom ". To use this metadata, either qualify it with% (ReferenceCopyLocalPaths.ResolvedFrom), or make sure that all the items in this list define the value for this metadata.
The error only occurs when creating for Xamarin.iOS. It works great for Android.
Does anyone know how to fix this?
source share