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"

对可能出什么问题有任何想法吗?

4

1 回答 1

14

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

在此处输入图像描述

于 2013-10-16T14:42:52.757 回答