1. [UIImageView sd_setImageWithURL:placeholderImage:]: unrecognized selector sent to instance
打包静态库将SDWebImage集成到项目中会出现这个问题,在 Build Setting 中的 Other Link flags 添加 -ObjC 解决这个问题。这个是在运行中加载静态库的.m文件。
2023-12-28 19:05:52
1. [UIImageView sd_setImageWithURL:placeholderImage:]: unrecognized selector sent to instance
打包静态库将SDWebImage集成到项目中会出现这个问题,在 Build Setting 中的 Other Link flags 添加 -ObjC 解决这个问题。这个是在运行中加载静态库的.m文件。