Xcode提示错误如下:
warning: no rule to process file '$(PROJECT_DIR)/MyWebView/HighlightedString
warning: no rule to process file '$(PROJECT_DIR)
方法是在"Build Phases"->"Compile Sources"中去掉“.h"文件
本文介绍了解决 Xcode 中出现的特定编译警告的方法。通过调整 Build Phases 设置,去除不需要编译的 .h 文件,可以消除这些警告。
Xcode提示错误如下:
warning: no rule to process file '$(PROJECT_DIR)/MyWebView/HighlightedString
warning: no rule to process file '$(PROJECT_DIR)
方法是在"Build Phases"->"Compile Sources"中去掉“.h"文件
167
6万+

被折叠的 条评论
为什么被折叠?