tristanhimmelman/AlamofireObjectMapper

Ambiguous expression

Closed this issue · 0 comments

I am getting the error "Type of expression is ambiguous without more context" in the following line:

Alamofire.request(.GET, URL).responseObject("data") { (response: Response <LanguageResponse, NSError>) in

i am using the last version of Alamofire