tristanhimmelman / AlamofireObjectMapper

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
MIT License
2.66k stars 476 forks source link

compile error #319

Open coder-free opened 3 years ago

coder-free commented 3 years ago

Alamofire verison is (pod info): Installing Alamofire 5.0.5 (was 5.4.1) AlamofireObjectMapper version is (pod info): Installing AlamofireObjectMapper (6.0.0)

image

Generic type 'DataResponse' specialized with too few type parameters (got 1, but expected 2)

abhi21git commented 2 years ago

Replace DataResponse<T>with DataResponse<T,Error>