Alamofire在swift 2.2

时间:2016-05-27 13:50:40

标签: alamofire swift2.2 xcode7.3

我确实尝试使用可可豆荚更新Alamofire框架。 昨天工作正常
我怎样才能解决这个问题..?
我正在使用cocoa pods

use_frameworks!
target "SampleTest" do
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => ‘master’


开场后

enter image description here

2 个答案:

答案 0 :(得分:0)

打开podfile并使用:

平台:ios,'8.0' use_frameworks! pod'Alamofire','〜> 3.4'

在终端输入后输入文字

pod install

答案 1 :(得分:0)

在将其添加为pod后,我收到了352个错误。 在github上我发现这是要求。

iOS 9.0+ / Mac OS X 10.11+ / tvOS 9.0+ / watchOS 2.0+
Xcode 8.0+
Swift 3.0+

我指向3.5.0版,我可以构建我的项目。