gpt4 book ai didi

swift - PromiseKit pod 安装正确,但导入 PromiseKit 返回错误?

转载 作者:搜寻专家 更新时间:2023-11-01 05:34:51 26 4
gpt4 key购买 nike

我正在使用 swift 3 在 Xcode 8.2.1 上开发一个应用程序。我有一些异步任务需要按适当的顺序排列,因此我决定为此目的使用 PromiseKit。我在我的项目目录中添加了一个 podfile 并进行了修改,然后使用 pod install(通过 cocoapods)安装了它。安装工作正常,因为我的命令行给了我这条成功消息: enter image description here

(顺便说一句,这是 podfile 文本): enter image description here

我将框架添加到项目的链接框架和库中,如下所示: enter image description here

完成所有这些后,我希望能够在我的 viewController 顶部使用 import PromiseKit 来访问框架库中的函数。但是,键入 import PromiseKit 给我以下错误: enter image description here

有人知道问题出在哪里吗?

最佳答案

安装 pod 后,您需要打开 .xcworkspace 文件而不是 .xcodeproject。而且,因为你已经安装了PromiseKit的pod,所以不需要再去链接framework。只需在 xcode 中打开 .xcworkspace 即可导入 PromiseKit。

关于swift - PromiseKit pod 安装正确,但导入 PromiseKit 返回错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42604010/

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