clang: error: no such file or directory: "xxxxxx" clang: error: no input files

当导入的文件删除或者移动位置之后,xcode重新编译会报错

clang: error: no such file or directory: "xxxxxx"   clang: error: no input files

解决办法:在Targets-->Build Phases-->Compile Sources中删除未发现的文件名,再次编译通过

你可能感兴趣的:(小知识,xcode,Warning,ios)