Xcode 8 和 Swift 3 中没有这样的模块 Alamofire

Posted

技术标签:

【中文标题】Xcode 8 和 Swift 3 中没有这样的模块 Alamofire【英文标题】:No Such Module Alamofire in Xcode 8 and Swift 3 【发布时间】:2017-03-07 07:02:39 【问题描述】:

没有这样的模块 Alamofire

从 cocoapods 安装 Alamofire 后,我尝试导入它。我还尝试将 Build Active Architecture Only 设置为 NO。然后构建项目并导入 Alamofire。即使这样,它也会说“没有这样的模块”。

【问题讨论】:

【参考方案1】:

1- 确保您使用的是最新版本的 CocoaPods。

要使用最新版本更新 CocoaPods,请打开终端并使用 以下命令:$ sudo gem install cocoapods

2- 在您的项目设置中 -> 选择目标 -> 构建设置 -> 框架搜索路径 -> 将"$PODS_CONFIGURATION_BUILD_DIR/Alamofire" 添加到路径列表中。

【讨论】:

以上是关于Xcode 8 和 Swift 3 中没有这样的模块 Alamofire的主要内容,如果未能解决你的问题,请参考以下文章

Socket.IO 错误:zlib 没有这样的模块(Swift 3,Xcode 8.3)

swift 3 和 Xcode 8 中的完成处理程序错误

使用 Alamofire Swift 3 和 Xcode 8 beta 解析 JSON 没有数据

Xcode 8 / Swift 3 - 类型“CGColorRenderingIntent”没有成员“RenderingIntentDefault”

SDWebImage 库在 swift 3 Xcode 8.0 中出现错误

Swift 3.0 和 Xcode 8 迁移后未调用 UITableViewDelegate 方法