作者:凡秘能 | 来源:互联网 | 2023-05-18 14:27
IveupdatedtothelatestversionofXcode(8)andafterupgradingthecodetoSwift3,Alamofires
I've updated to the latest version of Xcode (8) and after upgrading the code to Swift 3, Alamofire suddenly stops working and throwing a lot of errors.
我已经更新到最新版本的Xcode(8),在将代码升级到Swift 3之后,Alamofire突然停止工作并抛出了很多错误。
After a lot of research, I find that Alamofire for Swift 3 is compatible with iOS9+, so now I have to find another one that works with iOS8+.
经过大量的研究,我发现Alamofire for Swift 3与iOS9 +兼容,所以现在我必须找到另一个适用于iOS8 +的版本。
Do you know how can I make the same functionality as Alamofire for iOS8?
你知道我怎样才能为iOS8的Alamofire提供相同的功能?
2 个解决方案