在路径$(RSCROOT)/工程名/Prefix.pch
中我写的是这个路径 但是实际 存在的路径是/工程文件名/other/Catergory/Prefix.pch
//所以应该写实际在文件夹中路径 就可以了 或者把文件拖到你写的文件路径下
参见网上解决方法
Hi, it's simple to fix. Just look at the error. Go to the path listed in the error. It's referencing a file that isn't there. The reason in my case was the a rename didn't carry over to the test target. So following the path to where that test target is located and making sure the name matches the name being sought solves the issue. Hope that helps. Sorry for the terse answer. – smileBot Jul 2 '14 at 2:08
网址http://stackoverflow.com/questions/10619865/clang-error-no-such-file-or-directory-users-waterskiingmithrill-development