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

Ale*_*exR 7 xcode objective-c ios xcode5

重命名我的项目文件夹后,我收到以下错误消息:

    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"
Run Code Online (Sandbox Code Playgroud)

什么可能出错?

小智 14

关于第一个警告,您可以在项目设置中的"构建阶段"中检查XCode,即头文件没有出现在"编译源"列表中.

在此输入图像描述