美文网首页
clang: error: no input files

clang: error: no input files

作者: 罗小耳 | 来源:发表于2016-04-21 14:59 被阅读69次

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

相关文章

网友评论

      本文标题:clang: error: no input files

      本文链接:https://www.haomeiwen.com/subject/jsptrttx.html