Alamofire error after Swift 3.0 migration: “Extra argument in Call'” (request method)
问题 I am currently in the process of updating my codebase to Swift 3.0, and I am using Alamofire. Thus, I had to update Alamofire to 4.0 (Alamofire git repo). I have a request method to fetch data from the server, and before migration, it worked wonderfully. After using Xcode's migration tool, I ended up with this error : "Extra argument in Call" . I'm not quite sure why this method is no longer working. Any help would be wonderful! class func makeRequest( _ method: RequestMethod, authorization: