compilation warning: no rule to process file for architecture i386

Sheehan Alam picture Sheehan Alam · Jun 28, 2011 · Viewed 72.2k times · Source

How can I resolve this warning?

[WARN]warning: no rule to process file '$(PROJECT_DIR)/MyApp/MessageCell.h' of type sourcecode.objj.h for architecture i386

Answer

Giuseppe picture Giuseppe · Jun 28, 2011

Click on your project, and check that this file is not present in the tab Build Phases. Normally no header files should stay here. Clean and build it again, it should work!