use of undeclared identifier

当在.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  阅读(7615)  评论(0编辑  收藏  举报