xabre/xamarin-forms-tab-badge

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.

anders9ustafsson opened this issue · 4 comments

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?

I have this problem too. How to fix it?

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.

Same issue

I am facing the same issue.