Redth / ResizetizerNT

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

Add support for MacOs #38

Open daudsadiq1 opened 3 years ago

icuric commented 3 years ago

Hi, any info on this? Is it true that project cannot build on MacOs?

I've just installed this plugin in Xamarin project but cannot build. I'm using Visual Studio for Mac. Error msg says: "Error: Unknown MSBuild failure. Please try building the project again"

daudsadiq1 commented 3 years ago

Yes! ResizetizerNT does not support MacOS right now. Surprisingly it is available for WPF.

icuric commented 3 years ago

That is probably due to different build process on MacOS. Unfortunately that makes this tool unusable in real project as some devs are using VS for Mac...

I using workaround for now. Created new Xamarin forms project on Windows machine with only Resizetizer plugin installed, and in that project I'm creating images from .svg files and then manually copying images into main project.

Tool works great and is really helpful. I don't mind copying images manually as you do it only once, and it's is actually better like this because Resizetizer is not running on every build so build is not slowing down...