苹果的bug——静态库中使用Category会导致崩溃。
 除了官方的解决方法:http://developer.apple.com/library/mac/#qa/qa1490/_index.html
 其它解决方法之一是:直接将你所有的Category的头文件包含到类的主头文件或者主实现文件中
 更多详情:http://kensou.me/blog/?p=197

相关文章:

  • 2021-08-04
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2022-02-12
  • 2022-02-08
  • 2021-09-25
  • 2021-06-12
猜你喜欢
  • 2021-04-05
  • 2022-12-23
  • 2021-11-10
  • 2021-07-03
  • 2021-09-29
  • 2021-04-30
  • 2021-11-20
相关资源
相似解决方案