您的当前位置:首页正文

Xcode编译报错“clang: error: no input

来源:要发发知识网

clang: error: no input files这个问题一般是因为你删除或者移动了某一个文件,但是在你的编译资源里面(project > target > Build Phases > Compile Sources)还存在它,只要在(project > target > Build Phases > Compile Sources)里面把那些灰色的文件删除掉,就可以编译过了。