【问题标题】:I am getting an error that says: "Umbrella header 'FaveButton-umbrella.h' not found", how do I fix this?我收到一条错误消息:“未找到 Umbrella header 'FaveButton-umbrella.h'”,我该如何解决?
【发布时间】:2020-07-08 18:24:11
【问题描述】:

我不小心移动了计算机上的一些文件,现在收到以下错误消息:

未找到伞头“FaveButton-umbrella.h”

错误信息显示在以下代码第二行的右侧:

framework module FaveButton {
  umbrella header "FaveButton-umbrella.h"

  export *
  module * { export * }
}

【问题讨论】:

    标签: ios swift xcode error-handling


    【解决方案1】:

    尝试寻找 h。与您的项目关联的文件并将其放回其余 .h/.m 文件所在的文件夹中。还可以尝试扫描spotlight search 上的文件名以检索文件。

    【讨论】:

      猜你喜欢
      • 2020-01-22
      • 1970-01-01
      • 1970-01-01
      • 2018-05-23
      • 1970-01-01
      • 2022-12-21
      • 2023-01-23
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多