gpt4 book ai didi

xcode - 模块 bolt 的伞头不包括头 'BFAppLinkResolving.h'

转载 作者:IT王子 更新时间:2023-10-29 05:22:57 26 4
gpt4 key购买 nike

我正在使用 Parse 1.7.1(最新版本)Swift 运行一个 xcode 6.3 项目。我在构建时遇到了这个问题。我的自动完成和打字速度非常慢,我认为这可能是相关的。我已经测试了项目,只有当 Bolts 模块在项目中时才会发生(这是 Parse 所必需的)。

最佳答案

@franciscodlp - 我们还需要添加另一个头文件 (BFWebViewAppLinkResolver.h) - 我必须明确其中的 2 个。下面是 module.modulemap 的样子。

framework module Bolts {
umbrella header "Bolts.h"

export *
module * { export * }

explicit module BFAppLinkResolving {
header "BFAppLinkResolving.h"
link "BFAppLinkResolving"
export *
}
explicit module BFWebViewAppLinkResolver {
header "BFWebViewAppLinkResolver.h"
link "BFAWebViewAppLinkResolver"
export *
}
}

关于xcode - 模块 bolt 的伞头不包括头 'BFAppLinkResolving.h',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29657487/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com