Xcode编译提示:[WARN]warning: no rule to process file 'xxx.h' of type sourcecode.c.h for architecture armv7

Question: iOS开发中,Xcode编译出现如下警告提示: [WARN]warning: no rule to process file xxx.h' of type sourcecode.c.h for architecture armv7 Answer:
这是因为检查到有.h文件在编译列表中了。所以只要在列表中去掉就可以了。 点击你的xcode项目文件,然后点击『Build Phases』,确保在『Compile Sources』中没有.h文件。