AlamofireObjectMapper not supporting ios8 when updating to swift 3?
问题 I tried to update my project to Swift 3, my project has support for ios8 as well. While trying to update the cocoapods, I am getting issue that AlamofireObjectMapper requires higher deployment target. On changing to ios9 the pods install without any error, but I still want to support ios8. Can anyone help on how this can be achieved? Thanks in advance. 回答1: EDIT Alamofire 4.1.0 Support for iOS 8.0 and macOS 10.10 is back! You cannot update to Swift 3 without dropping support for iOS 8, I'm