问题描述
我在应用程序中遇到以下错误.
I am facing the following error in my application.
clang: error: no such file or directory: '/Users/madhavadudipalli/Desktop/ ios projects/Little Flower Public School /Little Flower Public School Ipad/Little Flower Public S chool HD-Prefix*.pch'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
请告诉我这是什么意思,我应该怎么做才能解决这个问题.自从我坚持使用这个以来,已经有一段时间了.请指导我这里哪里出问题了.
Please tell me what does this mean and what should I do to resolve this one. Been sometime since I have stuck on this one. Kindly Guide me where am I going wrong here.
提前谢谢.
推荐答案
以下步骤解决了此问题:
Following steps fixed this problem:
问题:编译器无法找到 Little Flower Public S chool HD-Prefix.pch 文件.这是因为在项目目标中前缀头文件 Little Flower Public S HD HD-Prefix-Prefix.pch 的位置不正确.
Issue: Compiler unable to locate Little Flower Public S chool HD-Prefix.pch file. This is because Location of Prefix Header file Little Flower Public S chool HD-Prefix-Prefix.pch in Project Target is incorrect.
位置在项目目标/构建"设置中定义.您将需要转到:项目目标->构建设置选项卡->向下滚动并查找"Apple LLVM编译器5.1-语言"在此节点下->您将找到前缀头文件的键/值设置.
The location is defined in Project Target/Build setting. You will need to go to:Project Target -> Build Settings Tab -> Scroll down and Look for "Apple LLVM Compiler 5.1 - Language" Underneath this node -> You will find the key/value setting for Prefix Header file.
通常,前缀头文件位于项目中的"Supporting File"文件夹下
Normally Prefix header file is located under "Supporting File" Folder in your project
这篇关于命令/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang失败,退出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!