我确实尝试过使用可可豆荚更新Alamofire框架。昨天它工作得很好
我怎么才能解决这个问题呢?
我正在使用cocoa pods
use_frameworks!
target "SampleTest" do
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => ‘master’打开后

发布于 2016-05-28 15:25:10
打开podfile并使用:
平台:ios,‘8.0’use_frameworks!pod 'Alamofire','~> 3.4‘
在终端上输入后,输入文本
pod安装
发布于 2016-09-19 08:52:04
在将其添加为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版本,并且我能够构建我的项目。
https://stackoverflow.com/questions/37485226
复制相似问题