Xcode 警告:“没有规则来处理文件”和“找不到目录”
Posted
技术标签:
【中文标题】Xcode 警告:“没有规则来处理文件”和“找不到目录”【英文标题】:Xcode Warning: "no rule to process file" and "Directory not found" 【发布时间】:2013-10-16 14:23:33 【问题描述】:重命名我的项目文件夹后,我收到以下错误消息:
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】:关于第 3 个警告,您可以在项目设置中的“构建阶段”中的 XCode 中检查头文件未出现在“编译源”列表中。
【讨论】:
以上是关于Xcode 警告:“没有规则来处理文件”和“找不到目录”的主要内容,如果未能解决你的问题,请参考以下文章