【问题标题】:Xcode 8 Warning: no rule to process file of type net.daringfireball.markdown for architecture x86_64Xcode 8 警告:没有规则来处理架构 x86_64 的 net.daringfireball.markdown 类型的文件
【发布时间】:2025-12-25 08:55:06
【问题描述】:

对于我的 cocoapod 源中的 CHANGELOG.md 文件,我在 Xcode 8 中收到上述警告。如何清除?

【问题讨论】:

    标签: xcode cocoapods markdown x86-64 compiler-warnings


    【解决方案1】:
    1. 选择项目导航器
    2. 选择您的项目
    3. 选择您的目标
    4. 选择构建阶段
    5. 将您不希望编译器处理的文件(在本例中为 CHANGLELOG.md)从 Compile Sources 移动到 Copy Bundle Resources

    【讨论】:

    • 嗯,这个会在你下次执行pod install的时候加上吧?
    • 当您执行pod update时,这些更改将被还原
    • pod update之后,这些更改不会为我恢复。