0

I've got a Xamarin.Forms.Mac App which did compile for months, until some weeks ago where it says now, that the file or assembly WebP.Mac is missing.

Image is better than 1000 words

This may be because of the latest Xamarin.Forms version (3.1.0.583944) but I'm not sure about that.

Maybe anyone knows a solution for this

PS: I will provide more information as anyone asks for, but because I don't know whats causing this Exceotion, I cannot provide useful ones right one

DirtyNative
  • 2,553
  • 2
  • 33
  • 58
  • 1
    Is this a 3rd-party package in your project, ie. WebP.Touch ? – SushiHangover Jul 11 '18 at 21:02
  • No I don‘t think so, at least i haven‘t added this library – DirtyNative Jul 11 '18 at 21:06
  • 1
    The reason I ask is WebP.Mac.dll is the Xamarin.Mac assembly name for that package... – SushiHangover Jul 11 '18 at 21:17
  • I cannot remember ever used this library, and also searching for **WebP** in all Files (also besides Visual Studio) didn't get a result. I will do that again on my Mac later, but there also shouldn't be found something I think. If this library is referenced somehow, there must be a piece of code inside a *sln* file, doesn't it? – DirtyNative Jul 12 '18 at 06:13
  • 1
    Depends, if it is using project references and something else is referencing it, then that would not show up in a text search like it would if that project was using `project.config`. – SushiHangover Jul 12 '18 at 07:29
  • You were completely right, after I installed the nugget package of WebP, the App starts again. Weird, never used/installed this lib before – DirtyNative Jul 12 '18 at 16:01

0 Answers0