首页 > 其他 > 详细

unrecognized selector sent to class & static library with category problems

时间:2016-04-07 13:35:20      阅读:276      评论:0      收藏:0      [点我收藏+]

一:这里先讲解网络上基本解决方案,解决不了的,直接跳到第二步

        1.苹果官方的解决网址:https://developer.apple.com/library/mac/qa/qa1490/_index.html

        2.出现这个问题的原因网址:http://www.cnblogs.com/wendingding/p/3893095.html

二:重写编写自己的framework:

        在framework中有关出现的category文件全部按照规范的格式进行编写:一个category对应一个.h与.m.

        不要在一个.h文件中声明多个category而在多个.m去实现这样的做法是不规范的.

        从而会影响到链接时静态库的加载问题.即使在other linker flag做了改变.

unrecognized selector sent to class & static library with category problems

原文:http://www.cnblogs.com/Sunnyheart/p/5363061.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!