在創建一個新項目時,我把它命名爲鄰的高爾夫球手(同我的項目名稱) 然後我再建設時,它修改了標識名應用程序現在蘋果LLVM 5.0誤差建設
,我得到的蘋果LLVM 5.0錯誤,因爲緩存的預編譯頭正試圖再次找到 有沒有辦法清除和重建這個緩存頭? 我已經嘗試過清理和重新編譯項目...同樣的錯誤
clang: error: no such file or directory: '/Users/yves/Developpement/iOS7/OPTIMAL/o-golfer/o-golfer/o-golfer-Prefix.pch'
以下是錯誤日誌:
ProcessPCH /Users/yves/Library/Developer/Xcode/DerivedData/o-golfer-cbxwkyokboekvvbscnyxjekgcqyf/Build/Intermediates/PrecompiledHeaders/o-golfer-Prefix-dnguhwlesygrvffouxoeiklsfygm/o-golfer-Prefix.pch.pch o-golfer/o-golfer-Prefix.pch normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/yves/Developpement/iOS7/OPTIMAL/o-golfer
setenv LANG en_US.US-ASCII
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/
...
clang: error: no such file or directory: '/Users/yves/Developpement/iOS7/OPTIMAL/o-golfer/o-golfer/o-golfer-Prefix.pch'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
您是否嘗試過「清理生成文件夾」,通過按住選項鍵進行訪問? (即Command-shift-option-K) –