This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
[SDWebImage] How can I use this alongside FFImageLoading without breaking the linker with duplicate symbols? #673
Open
Description
[SDWebImage]
I have an existing Xamarin.iOS application that uses SDWebImage that I want to start adding Native Forms to, and for the Native Forms pages I want to use FFImageLoading. However, when I add them both to the project (and then also use a bit of their code in AppDelegate.cs) I get tons of errors like:
Native linking failed, duplicate symbol: '_WebPAllocateDecBuffer'.
Duplicate symbol in: /.../liblibwebp.a(buffer_dec.o) (Location related to previous error)
Duplicate symbol in: /.../WebP.a(libwebpdspdecode_neon_la-alpha_processing_neon.o) (Location related to previous error)
Is this because they both have their own bindings to WebP? How can I work around that?
Metadata
Metadata
Assignees
Labels
No labels