zz unrecognized selector sent to instance 0x19d52390

 sd_setImageWithURL:]: unrecognized selector sent to instance 0x19d52390

有可能原因

http://blog.csdn.net/like7xiaoben/article/details/8938284

这个问题的原因是 在 TARGETS -->  Build Phases ---> Compile Sources 里面的某个.m文件多了一个或者少了一个
1、多了一个,就是有两个相同的.m文件存在,在报出的bug中,会告诉我们,这个时候我们删除一个就好了
2、少了一个,就是我们项目中.m 文件有 未添加进来的,

 

https://github.com/oschina/iphone-app/pull/2/files
http://blog.csdn.net/huang2009303513/article/details/41363213

 

posted on 2018-07-08 09:29  oyl  阅读(91)  评论(0)    收藏  举报

导航