迁移到swift 3

时间:2016-09-23 09:32:07

标签: swift xcode cocoapods alamofire swift3

我正在尝试迁移到swift 3.

  1. 我已经使用最新版本更新了podfile 用swift 3编写的库。
  2. 我更新了cocoapods 提到的Alamofire here
  3. 我已经运行了pod install和pod update
  4. 我已经清理了构建文件夹,并且还执行了项目清理。
  5. 我仍然在为Alamofire获得Dependency Analysis Error。此外,即使我已经更新了pod,我也会继续在目标中获取pod框架。

    enter image description here

    请注意,我已将源代码成功转换为swift 3。 enter image description here

2 个答案:

答案 0 :(得分:1)

在构建设置中>添加SWIFT_VERSION并设置为YES

enter image description here

答案 1 :(得分:1)

在构建设置中,如果在xcode8中使用swift3,请将使用旧版Swift语言版本设置为否