摘要: 当在.pch引入一些.h文件,偶尔会出现xcode里提示里面某个.h文件定义的key找不到声明。解决方法:在pch里删掉一个.h再添加回去即可。参考:http://stackoverflow.com/questions/12150024/xcode-use-of-undeclared-identifier-errors-compiles-runs-just-fine 阅读全文
posted @ 2013-05-13 16:42 Gukw 阅读(7673) 评论(0) 推荐(0) 编辑