objective-c 找不到 xcode 6 pch.file
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25840720/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
xcode 6 pch.file not found
提问by alex willrock
I load my project from xcode 5 to xcode 6 and see error myProject-prefix.pch is not found in myProjectTests, I add this file and see new error
我将我的项目从 xcode 5 加载到 xcode 6 并看到错误 myProject-prefix.pch is not found in myProjectTests,我添加了这个文件并看到了新错误
Ld /Users/willrock/Library/Developer/Xcode/DerivedData/Мобильныи?_Extreme_Fitness-cdfxpafcwvsczkfjvlwznradvmhm/Build/Products/Debug-iphonesimulator/Мобильныи?\ Extreme\ FitnessTests.xctest/Мобильныи?\ Extreme\ FitnessTests normal x86_64
cd /Users/willrock/Desktop/ExtremeFitness
export IPHONEOS_DEPLOYMENT_TARGET=7.1
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk -L/Users/willrock/Library/Developer/Xcode/DerivedData/Мобильныи?_Extreme_Fitness-cdfxpafcwvsczkfjvlwznradvmhm/Build/Products/Debug-iphonesimulator -F/Users/willrock/Library/Developer/Xcode/DerivedData/Мобильныи?_Extreme_Fitness-cdfxpafcwvsczkfjvlwznradvmhm/Build/Products/Debug-iphonesimulator -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/Developer/Library/Frameworks -filelist /Users/willrock/Library/Developer/Xcode/DerivedData/Мобильныи?_Extreme_Fitness-cdfxpafcwvsczkfjvlwznradvmhm/Build/Intermediates/Мобильныи?\ Extreme\ Fitness.build/Debug-iphonesimulator/Мобильныи?\ Extreme\ FitnessTests.build/Objects-normal/x86_64/Мобильныи?\ Extreme\ FitnessTests.LinkFileList -bundle_loader /Users/willrock/Library/Developer/Xcode/DerivedData/Мобильныи?_Extreme_Fitness-cdfxpafcwvsczkfjvlwznradvmhm/Build/Products/Debug-iphonesimulator/extreme_fitness.app/extreme_fitness -Xlinker -objc_abi_version -Xlinker 2 -framework XCTest -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.1 -framework XCTest -framework UIKit -framework Foundation -Xlinker -dependency_info -Xlinker /Users/willrock/Library/Developer/Xcode/DerivedData/Мобильныи?_Extreme_Fitness-cdfxpafcwvsczkfjvlwznradvmhm/Build/Intermediates/Мобильныи?\ Extreme\ Fitness.build/Debug-iphonesimulator/Мобильныи?\ Extreme\ FitnessTests.build/Objects-normal/x86_64/Мобильныи?\ Extreme\ FitnessTests_dependency_info.dat -o /Users/willrock/Library/Developer/Xcode/DerivedData/Мобильныи?_Extreme_Fitness-cdfxpafcwvsczkfjvlwznradvmhm/Build/Products/Debug-iphonesimulator/Мобильныи?\ Extreme\ FitnessTests.xctest/Мобильныи?\ Extreme\ FitnessTests
ld: file not found: /Users/willrock/Library/Developer/Xcode/DerivedData/Мобильныи?_Extreme_Fitness-cdfxpafcwvsczkfjvlwznradvmhm/Build/Products/Debug-iphonesimulator/extreme_fitness.app/extreme_fitness
clang: error: linker command failed with exit code 1 (use -v to see invocation)
升d: file not found: /Users/willrock/Library/Developer/Xcode/DerivedData/Мобильныи?_Extreme_Fitness-cdfxpafcwvsczkfjvlwznradvmhm/Build/Products/Debug-iphonesimulator/extreme_fitness.app/extreme_fitness
clang: error: linker command failed with exit code 1 (use -v to see invocation)
if i load project see in xctest
如果我加载项目在 xctest 中看到
clang: error: no such file or directory: '/Users/willrock/Desktop/ExtremeFitness/extreme_fitness/extreme_fitness-Prefix.pch'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
clang: error: no such file or directory: '/Users/willrock/Desktop/ExtremeFitness/extreme_fitness/extreme_fitness-Prefix.pch'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
but in xcode 5 is work fine
但在 xcode 5 中工作正常
采纳答案by alex willrock
i solved it - in targets delete xctest target and it compiled
我解决了它 - 在目标中删除 xctest 目标并编译
回答by emotality
- Make new file: ?cmd+N
- iOS/Mac > Other > PCH File > YourProject-Prefix.pch.
- Make sure you display "All" and not "Basic". (Blue buttons)
- Project > Build Settings > Search: "Prefix Header".
- Under "Apple LLVM 7.0" you will get the Prefix Headerkey.
- Type file directory. e.g: "$(SRCROOT)/$(PROJECT_NAME)/ProjectName-Prefix.pch".
- Clean project: ?cmd+?shift+K
- Build project: ?cmd+B
- 制作新文件:?cmd+N
- iOS/Mac > 其他 > PCH 文件 > YourProject-Prefix.pch。
- 确保显示“全部”而不是“基本”。(蓝色按钮)
- 项目 > 构建设置 > 搜索:“前缀标题”。
- 在“Apple LLVM 7.0”下,您将获得Prefix Header键。
- 键入文件目录。例如:“$(SRCROOT)/$(PROJECT_NAME)/ProjectName-Prefix.pch”。
- 清理项目:?cmd+ ?shift+K
- 构建项目:?cmd+B
回答by Deepak
Try this with Xcode 6. You need to manually create the PCH File.
用 Xcode 6 试试这个。您需要手动创建 PCH 文件。
File -> New -> File -> iOS -> C and C++ -> PCH File.
文件 -> 新建 -> 文件 -> iOS -> C 和 C++ -> PCH 文件。
Add new PCH file to the project - New file > Other > PCH file
向项目添加新的 PCH 文件 - 新建文件 > 其他 > PCH 文件
At the project 'Build Settings' option - set the value of 'Prefix Header' to your PCH file name, with the project name as prefix - i.e. for project named 'TestProject' and PCH file named 'MyPrefixHeaderFile', add the value 'TestProject/MyPrefixHeaderFile.pch' to the plist.
在项目“构建设置”选项中 - 将“Prefix Header”的值设置为您的 PCH 文件名,以项目名称作为前缀 - 即对于名为“TestProject”的项目和名为“MyPrefixHeaderFile”的 PCH 文件,添加值“TestProject” /MyPrefixHeaderFile.pch' 到 plist。
回答by Imran
There are a lot of reasons for this issue and I had my own hits.I had to do two steps for my project to run.May be it can be helpful for others.
这个问题有很多原因,我有自己的命中。我必须做两个步骤才能运行我的项目。也许它对其他人有帮助。
- I deleted the entry in the Prefix headerof Build Settings.
- 我删除了Build Settings的Prefix 标题中的条目。
Path-> Target> Build Settings > Prefix Header.
路径-> Target> Build Settings > Prefix Header.
Deleted the Your Project Tests filein the Targets.
删除了目标中的您的项目测试文件。
Reference: http://www.buzztouch.com/forum/thread.php?tid=F42D8239A330C321132944A¤tPage=3
参考:http: //www.buzztouch.com/forum/thread.php?tid=F42D8239A330C321132944A& currentPage=3
回答by Anand Kr. Avasthi
Generate a new pch file.
Name the file as Demo-Prefix.Pch
Go to targets - Build Settings
生成一个新的 pch 文件。将文件命名为 Demo-Prefix.Pch 转到目标 - 构建设置
回答by bruce
Do as follows, changing [Precompile Prefix Header] with [no] and [Prefix Header] with empty field.
执行如下操作,将 [Precompile Prefix Header] 更改为 [no],将 [Prefix Header] 更改为空字段。
And I rebuild the project, it passes, and runs!
我重建项目,它通过并运行!
[Project]
-[Basic]
-[Apple LLVM6.1-Language]
--[Precompile Prefix Header]-[no]
--[Prefix Header]--[]
回答by Dan
Here is a description what you should do
这是您应该做什么的说明
Click on the first folder under the blue page with the project name. The folder with also have the project name next to it.
File > New File > iOS > OtherClick on
PCH FileClick
NextSave As:
PrefixHeaderClick the first checkbox under
TargetsONLY; if others are checked, uncheck themClick
CreateIf the
Prefix Header" file ended up in a different folder, such as theSupporting Filesfolder, move it up to the top folder you clicked on in step 1Click on the blue page at the top of the left sidebar with the project name next tot it. This is just above the folder you clicked on in step 1
Click on the
Build SettingstabIn the search bar, type in,
Prefix Headerand press theReturn/EnterkeyLook for
Apple LLVM 6.0 or 7.0 - Language.6.0 refers to Xcode 6 and 7.0 refers to Xcode 7. This makes no difference.Make sure
Increase Sharing of Precompiled Headersis set toNoand thatPrecompile Prefix Headeris set toNoFind the
Prefix Headerline just under thePrecompile Prefix HeaderLine. Move the cursor over about 5 inches, but stay on the same line. Double-Click. A box will open.Type in the name of your project (this is stated next to the folder you clicked on in step 1)
Example) Prereq for Overdue Assignment It is VERY IMPORTANT that you type in capitals where needed such as "P" in "Prereq." It is case sensitive.Now, put in forward slash (
/). Then type in the name of the file you created in steps 2-7 (Again, this is Case Sensitive and you must put spaces where needed). I recommend that you leave the file asPrefixHeader(no spaces). After the filename, such asPrefixHeader, type in.pchALL lower case.The final result should look something like this:
Prereq for Overdue Assignment/PrefixHeader.pchNow, click on the
Productmenu (6 menus over from the file menu you clicked on in step 2). Then click onCleanYou can bypass this step by holding command, shift, and Kat the same time.Once you get the message,
Clean Succeeded,move on to step 18.Click on the
Productmenu and go down toBuild. Click onBuild.You can bypass this step by holding
commandandBat the same time.You should getBuild Completed.
单击带有项目名称的蓝页下的第一个文件夹。文件夹旁边还有项目名称。
File > New File > iOS > Other点击
PCH File点击
Next另存为:
PrefixHeader单击
TargetsONLY下的第一个复选框;如果其他人被选中,取消选中它们点击
Create如果
Prefix Header" 文件最终位于不同的文件夹中,例如Supporting Files文件夹,请将其向上移动到您在步骤 1 中单击的顶部文件夹单击左侧边栏顶部的蓝页,旁边是项目名称。它位于您在步骤 1 中单击的文件夹上方
单击
Build Settings选项卡在搜索栏中输入,
Prefix Header然后按Return/Enter键查找
Apple LLVM 6.0 or 7.0 - Language.6.0 指的是 Xcode 6,而 7.0 指的是 Xcode 7。这没有区别。确保
Increase Sharing of Precompiled Headers设置为No并且Precompile Prefix Header设置为No找到
Prefix HeaderLine 正下方的Precompile Prefix Header那条线。将光标移动约 5 英寸,但保持在同一条线上。双击。一个盒子会打开。输入您的项目名称(这在您在步骤 1 中单击的文件夹旁边说明)
示例)逾期分配的先决条件 在需要的地方输入大写字母非常重要,例如“先决条件”中的“P”。它区分大小写。现在,输入正斜杠 (
/)。然后输入您在步骤 2-7 中创建的文件的名称(同样,这是区分大小写的,您必须在需要的地方放置空格)。我建议您将文件保留为PrefixHeader(无空格)。在文件名之后,例如PrefixHeader,输入.pch全部小写。最终结果应该是这样的:
Prereq for Overdue Assignment/PrefixHeader.pch现在,单击
Product菜单(您在步骤 2 中单击的文件菜单中的 6 个菜单)。然后点击Clean您可以通过按住跳过这一步command,shift和K在同一时间。收到消息后,
Clean Succeeded,继续执行步骤 18。单击
Product菜单并向下转到Build。单击Build。您可以通过同时按住
command和来绕过此步骤B。你应该得到Build Completed.
Thats it!
就是这样!
回答by Rana Raza
Just change your scheme name to what ever you want.Clear the project then compile it. Its working for me .
只需将您的方案名称更改为您想要的任何名称。清除项目然后编译它。它对我来说有效。
回答by Apoc
- select your framework in the file navigator
- open the utilities pane (Xcode -> View -> Utilities -> Show File Inspector)
- enable target membership of your framework for all targets.
- 在文件导航器中选择您的框架
- 打开实用程序窗格(Xcode -> View -> Utilities -> Show File Inspector)
- 为所有目标启用框架的目标成员资格。

