Xcode警告:"没有处理文件的规则"和"找不到目录"。

7

我将项目文件夹重命名后,出现以下错误信息:

    Warning: no rule to process file '/Users/cs/Documents/Xcode/Prototype/Prototype/Settings.bundle' 
of type wrapper.plug-in for architecture i386

    Warning: no rule to process file '/Users/cs/Documents/Xcode/Prototype/Prototype/DDMathParser/DDMathParser.h' 
of type sourcecode.c.h for architecture i386

    Warning: no rule to process file '/Users/cs/Documents/Xcode/Prototype/Prototype/AFNetworking/AFURLConnectionOperation.h' 
of type sourcecode.c.h for architecture i386

Directory not found for option '-L"/Users/cs/Documents/Xcode/Prototype/Prototype/../../../FacebookSDK/FacebookSDK.framework"

有什么想法是可能有问题的吗?
1个回答

14

关于前三个警告,您可以在项目设置中的“Build Phases”中在XCode中检查头文件是否未出现在“Compile Sources”列表中。

输入图像描述


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接