我正在使用 Xcode 7.0 beta 4 (7A165t)。我想添加 Alamofire 库,但总是失败。
我正在使用最后一个 Cocoapods 版本。
我的 Podfile 是:
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'swift-2.0'
是否可以在带有 Swift 2.0 的 Xcode 7 中使用它?
更新
当我运行时:
pod install
我明白了:
安装 Alamofire (2.0.0-beta.1)
[!] 用 Swift 编写的 Pod 只能作为框架集成;此功能仍处于测试阶段。添加use_frameworks!
到您的 Podfile 或目标以选择使用它。使用的 Swift Pod 是:Alamofire