xabre / xamarin-forms-tab-badge

Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
MIT License
307 stars 75 forks source link

Error MSB3030: Could not copy the file "C:\Users\xxx\.nuget\packages\plugin.badge\2.3.0\lib\uap10.0\Plugin.Badge.UWP\Plugin.Badge.UWP.xr.xml" because it was not found. #94

Closed anders9ustafsson closed 3 years ago

anders9ustafsson commented 3 years ago

As the title says, in version 2.3.0 of Plugin.Badge on NuGet, the xr.xml file cannot be found when including Plugin.Badge in a UWP application.

Looking at the .nuget repository on the local system, it seems like the files in question now reside in a sub-directory Plugin.Badge.UWP/Plugin.Badge.UWP instead of, as in previous versions, Plugin.Badge.UWP.

plugin-badge-issue

Error probably due to change in .nuspec file here?

superbeller commented 3 years ago

I have this problem too. How to fix it?

BenReierson commented 3 years ago

Same issue. The files are one level too deep. Need to be moved up. You can fix the build locally by manually copying the files into the directory above, but that won't fix automated/fresh builds.

mhrastegari commented 3 years ago

Same issue

ManuLin commented 3 years ago

I am facing the same issue.