You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 latestXamarin.FFImageLoading.Svg.Forms
nuget package which bases on theWebP.Touch
nuget package.I already did these steps:
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
The text was updated successfully, but these errors were encountered: