Hi
My Xamarin.iOS debug and release builds are failing with MTOUCH : Error MT5213: Duplicate symbol in: …mtouch-cache/WebP.a(libwebpdecode_la-buffer_dec.o) (Location related to previous error) (MT5213)... and many more of these.
This error started happening recently as I added a native library which uses libwebp and now causes conflicts with the latest Xamarin.FFImageLoading.Svg.Forms nuget package which bases on the WebP.Touch nuget package.
I already did these steps:
- Adding --registrar:static
- Asked the maintainer of the other library to add the
Smart Link flag to all of it's native references.
Now I ask you to add the Smart Link flag also to all of your native references.
Please let me know if you need more information.
Best regards,
Rafael
Hi
My Xamarin.iOS debug and release builds are failing with
MTOUCH : Error MT5213: Duplicate symbol in: …mtouch-cache/WebP.a(libwebpdecode_la-buffer_dec.o) (Location related to previous error) (MT5213)... and many more of these.This error started happening recently as I added a native library which uses
libwebpand now causes conflicts with the latestXamarin.FFImageLoading.Svg.Formsnuget package which bases on theWebP.Touchnuget package.I already did these steps:
Smart Linkflag to all of it's native references.Now I ask you to add the
Smart Linkflag also to all of your native references.Please let me know if you need more information.
Best regards,
Rafael