gpt4 book ai didi

ios - 无法在新的 Xcode 项目中安装 Alamofire。 "No Such module Alamofire"

转载 作者:IT王子 更新时间:2023-10-29 07:38:41 25 4
gpt4 key购买 nike

我按照 T 的说明进行了所有全新安装,但出现错误:

“没有这样的模块 Alamofire”

这里的路线:

In the meantime, you can simply add Alamofire as a git submodule, drag the Alamofire.xcodeproj file into your Xcode project, and add the framework product as a dependency for your application target.

还有我的截图

enter image description here

enter image description here

最佳答案

确保除了 Alamofire.xcodeproj 之外,您没有从 Alamofire 添加任何文件到您的项目

这是一步一步的说明:

  1. 下载并解压 Alamofire
  2. 将 Alamofire 的根文件夹复制到项目的任何子文件夹中。例如,图书馆。
  3. 将 Alamofire.xcodeproj 拖放到您的 Xcode 项目中
  4. 打开项目的项目设置,Build Phases Pane ,展开 Target Dependencies 部分,并将 Alamofire 添加为新的依赖项
  5. 打开 General Pane ,展开 Embedded Binaries 部分,然后添加 Alamofire.framework
  6. import Alamofire//在你的源文件中
  7. Alamofire.request(.GET, "http://httpbin.org/get")//使用 Alamofire

关于ios - 无法在新的 Xcode 项目中安装 Alamofire。 "No Such module Alamofire",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25817479/

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