compilation warning: no rule to process file for architecture i386

前端 未结 5 1801
清酒与你
清酒与你 2020-12-07 08:14

How can I resolve this warning?

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

5条回答
  •  春和景丽
    2020-12-07 08:46

    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!

提交回复
热议问题