我正在尝试编译我的项目,该项目使用iOS 6 SDK& Xcode 4.x,但Xcode 5& iOS 7 SDK,我收到前缀标题错误,如下:
clang: error: no such file or directory:'/Users/.../IOS/Dependencies/RestKit/Code/Support/RestKit-Prefix.pch'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
除了使用应用程序编译子项目RestKit之外,一切似乎都没问题。
我已经尝试清理项目和构建文件夹但无济于事。