简体   繁体   English

无法在新的Xcode 10.2(iOS 12.2)中构建Alamofire框架

[英]Unable to build Alamofire framework in new Xcode 10.2 (iOS 12.2)

I am unable to build Alamofire for swift 5 in Xcode 10.2, iOS 12.2, because of the following error 由于以下错误,我无法在Xcode 10.2,iOS 12.2中为swift 5构建Alamofire

SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'Alamofire iOS')

Is there a solution to this? 这个问题有方法解决吗?

As for Carthage use 至于迦太基使用

       github "Alamofire/Alamofire" "5.0.0-beta.3"

in your Cartfile 在你的Cartfile中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS构建问题使用Xcode(10.2) - iOS build issue With Xcode (10.2) 升级到iOS 12.2(Xcode 10.2)后,Swift 4.2中的奇数泛型和可选行为 - Odd Generics & Optional Behavior in Swift 4.2 after upgrading to iOS 12.2 (Xcode 10.2) 当键盘为numberPad,phonePad或decimalPad(iOS 12.2,Xcode 10.2)时,应用程序崩溃 - App crashes when keyboard is numberPad, phonePad or decimalPad (iOS 12.2, Xcode 10.2) objc [29733]:Swift类的Swift类扩展和类别不允许在ios 12.2上运行+ load方法xcode 10.2 - objc[29733]: Swift class extensions and categories on Swift classes are not allowed to have +load methods xcode 10.2 running on ios 12.2 无法使用使用 Xcode 10.2+ 构建的通用(胖)框架编译模拟器构建 - Can't compile Simulator build with Universal (fat) Framework built with Xcode 10.2+ Xcode 10.2 上的 Swift 通用框架问题 - Swift Universal framework issue on Xcode 10.2 应用程序崩溃在iOS 12.2中的WebKitLegacy框架上 - App crash on WebKitLegacy framework in iOS 12.2 无法在CocoaTouch框架上使用Alamofire - Unable to use Alamofire on CocoaTouch Framework Alamofire Framework和iOS证书问题 - Alamofire Framework and iOS Certificate issue iOS 模拟器版本没有出现 - Xcode 12.2 - iOS simulator version doesn't appear - Xcode 12.2
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM