Use of undeclared identifier 'CHAT_SENDMESSAGE_STATUS'

当在.pch引入一些.h文件,偶尔会出现xcode里提示里面某个.h文件定义的key找不到声明。

解决方法:在pch里删掉一个.h再添加回去即可。

参考:http://stackoverflow.com/questions/12150024/xcode-use-of-undeclared-identifier-errors-compiles-runs-just-fine


原帖地址:http://www.cnblogs.com/Gukw/archive/2013/05/13/3076038.html

你可能感兴趣的:(Use of undeclared identifier 'CHAT_SENDMESSAGE_STATUS')