Alamofire在Swift 3,Xcode 8中出错

时间:2017-05-17 13:08:47

标签: ios swift3 xcode8 alamofire

到目前为止,我在Xcode 7.3.1,Swift 2中使用了Alamofire。但现在我想迁移到Swift 3.我使用pod来更新Alamofire库。现在,我在Alamofire的代码中收到了386个错误。可能是什么原因? Isn< Alamofire为Swift 3制作了吗?或者我在做什么错误?

3 个答案:

答案 0 :(得分:0)

您可能尚未更新可可豆荚

在终端上执行以下操作:

sudo gem install cocoapods --pre

答案 1 :(得分:0)

更新您的广告连播。对于alamofire最新版本使用:

pod 'Alamofire', '~> 4.0'

答案 2 :(得分:0)

Alamo fire适用于swift 3,我认为你应该更新你的pod,即使你收到错误也是你的代码问题,

转到终端并运行以下命令:pod update