【发布时间】:2014-12-04 21:03:43
【问题描述】:
我在身份和类型下的侧栏上使用折射器更改了我的项目名称。一切都随之改变。但是,我的测试目标遇到了错误:
clang: error: no such file or directory:'/Users/E/Downloads/GalaxyRun/GameTutorial/GameTutorial-Prefix.pch'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
我能做些什么来解决这个问题?我正在使用 iOS 8。
【问题讨论】:
-
您是如何重构项目名称的?
-
单击我的项目,在右侧边栏的身份和类型下,我更改了名称并为我重构了 Xcode。 @holex
-
为什么不手动重命名
.pch文件? -
刚刚试了一下,还是一样的错误