【发布时间】: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