编译警告:没有规则来处理架构 i386 的文件

compilation warning: no rule to process file for architecture i386(编译警告:没有规则来处理架构 i386 的文件)

本文介绍了编译警告:没有规则来处理架构 i386 的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我该如何解决这个警告?

How can I resolve this warning?

[WARN]警告:没有规则来处理文件'$(PROJECT_DIR)/MyApp/MessageCell.h' 类型为 sourcecode.objj.h架构 i386

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

推荐答案

单击您的项目,并检查该文件是否存在于选项卡构建阶段中.通常没有头文件应该留在这里.清理并重新构建它,它应该可以工作!

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!

这篇关于编译警告:没有规则来处理架构 i386 的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:编译警告:没有规则来处理架构 i386 的文件

基础教程推荐