SDWebImage 错误汇总

1.  [UIImageView sd_setImageWithURL:placeholderImage:]: unrecognized selector sent to instance

打包静态库将SDWebImage集成到项目中会出现这个问题,在 Build Setting 中的 Other Link flags 添加 -ObjC 解决这个问题。这个是在运行中加载静态库的.m文件。

posted @ 2017-04-13 14:07  慢慢儿  阅读(1047)  评论(0)    收藏  举报