【发布时间】:2015-08-07 10:38:53
【问题描述】:
我有 Xcode7-beta4,并在 podfile 中添加了 swift2.0 分支
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'swift-2.0'
但我的构建失败并出现以下错误
有什么想法???
【问题讨论】:
我有 Xcode7-beta4,并在 podfile 中添加了 swift2.0 分支
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'swift-2.0'
但我的构建失败并出现以下错误
有什么想法???
【问题讨论】:
Xcode beta 5 可用,
我对 beta 5 和 alamofire 分支“Swift-2.0”没有意见 你可以在那里下载它:
【讨论】: