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

时间:2013-10-16 14:23:34

标签: ios objective-c xcode 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"

有什么可能出错的想法吗?

1 个答案:

答案 0 :(得分:14)

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

enter image description here