Redth / ResizetizerNT

Add SVG's and PNG's to your shared Xamarin Project
MIT License
318 stars 31 forks source link

Using ResizetizerNT on new test project, getting Unknown MSBuild failure #74

Closed JohnHDev closed 3 years ago

JohnHDev commented 3 years ago

Hi there! Im probably doing something wrong, but I created a new tabbed Xamarin.Forms project in VSforMac, added the ResizetizerNT nuget to all the projects, and added an images/example.svg file to the .NET Standard 2.0 project. I set the svg to SharedImage, set the base size and then attempt to build and I get the error: Error: Unknown MSBuild failure. Please try building the project again (TabbedPageApp.iOS)

If I try to build the android project I get the same.

Any idea what Im doing wrong here?

JohnHDev commented 3 years ago

In case anyone else has the same error... solution was to reboot the Mac! Restarting VSforMac wasn't enough.