Copy Bundle Resources 构建阶段在 xcode 6 中包含此目标的 Info.plist 文件“Info.plist”吗?

Posted

技术标签:

【中文标题】Copy Bundle Resources 构建阶段在 xcode 6 中包含此目标的 Info.plist 文件“Info.plist”吗?【英文标题】:The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist' in xcode 6? 【发布时间】:2015-10-07 04:35:38 【问题描述】:

我收到此警告The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist'。我已阅读解决方案here 它说 Info.plist 文件已被复制到 复制捆绑资源 并且我必须从那里将其删除。但我没有找到任何 Info.plist。请建议该怎么做?

【问题讨论】:

Warning: The Copy Bundle Resources build phase contains this target's Info.plist file的可能重复 【参考方案1】:

https://developer.apple.com/library/ios/qa/qa1649/_index.html

Apple 文档说您只需从下一阶段删除 info.plist 文件。

    点击项目目标 选择构建阶段的项目 然后选择Copy Bundle Resources项 最终从您选择的文件中删除此文件

清除项目并重建它。

【讨论】:

【参考方案2】:

您可以在名为 Supporting Files 的文件夹中找到您的 info.plist 文件,该文件夹是自动创建的。

你也可以在你的目标中找到 info.plist 文件 -> info

查看此链接

Warning: The Copy Bundle Resources build phase contains this target's Info.plist file

希望对你有帮助。

【讨论】:

它说我必须从复制包资源中删除 Info.plist 但复制包资源中没有 info.plist【参考方案3】:

可能对某人有帮助。

在我的 Flutter 应用程序中。 我在 xCode 中打开 iOS 模块并单击 Info.plist 文件,并在左侧的文件检查器中取消选中目标成员资格(跑步者)。 我正在使用 10.3

【讨论】:

【参考方案4】:

选择您的项目并进入构建阶段 第一步:打开(将二进制文件与库链接)并确保没有重复。 第二步:打开(嵌入 Pods 框架)并确保输入和输出文件没有重复。 第三步:打开(复制 Pods 资源)并确保输入和输出文件没有重复。 第四步:打开(嵌入框架)并确保没有重复。

【讨论】:

以上是关于Copy Bundle Resources 构建阶段在 xcode 6 中包含此目标的 Info.plist 文件“Info.plist”吗?的主要内容,如果未能解决你的问题,请参考以下文章

在xcode copy bundle resources 在哪

Localizable.strings 文件在 Copy Bundle Resources Xcode 5.1 中以红色显示

maven工程中警告[WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is

利用maven中resources插件的copy-resources目标进行资源copy和过滤

simplexml_load_file():I/O 警告:未能加载外部实体“/user-bundle/Resources/config/doctrine/model/User.orm.xml

Unity中 动态加载 Resources.Load()和Asset Bundle 的区别