FFImageLoading:未处理的异常:System.TypeLoadException:无法加载发生的方法覆盖列表

Ger*_*rry 5 xamarin ffimageloading

尝试初始化FFImage时(在我的应用程序中):

CachedImageRenderer.Init();
Run Code Online (Sandbox Code Playgroud)

我得到了一个神秘的错误:

Unhandled Exception:  System.TypeLoadException: Could not load list of method overrides occurred
Run Code Online (Sandbox Code Playgroud)

我可以让FFImage示例应用程序运行正常.据我所知,我依赖所有依赖项.

Nic*_*sky 0

意味着您的链接器已从编译的二进制文件中删除了较差的 ffimageloading lib。将链接器设置更改为“仅 SDK”。