tiechui

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年7月24日

摘要: 问题一:找不到 nsstring 新分类的方法。eg: nsstring otherMethod, 在OtherProject导入LocalProject, Header Search Path 已导入 头文件, FrameWork 导入 xxx.a,现象:编译错误,找不到nsstring otherMethod原因:因为otherMethod是 分类的方法, 而工程只找能看到的 NSString类的方法。解决:导入nsstring otherMethod的 .m文件到 LocalProject。 编译通过。问题二:下载测试工程,文件夹名 中间有空格(test 723),编译不通过原因:gdb 阅读全文
posted @ 2012-07-24 09:36 tiechui 阅读(151) 评论(0) 推荐(0) 编辑

摘要: http://www.itivy.com/iphone/archive/2011/11/29/how-add-tapkulibrary-to-xcode-project.html或者http://tangchuanyao.com/20120213451/ 阅读全文
posted @ 2012-07-24 09:22 tiechui 阅读(151) 评论(0) 推荐(0) 编辑