码迷,mamicode.com
首页 > 其他好文 > 详细

unrecognized selector sent to class & static library with category problems

时间:2016-04-07 13:36:36      阅读:381      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!