AlamofireObjectMapper
AlamofireObjectMapper copied to clipboard
compile error
Alamofire verison is (pod info):
Installing Alamofire 5.0.5 (was 5.4.1)
AlamofireObjectMapper version is (pod info):
Installing AlamofireObjectMapper (6.0.0)
Generic type 'DataResponse' specialized with too few type parameters (got 1, but expected 2)
Replace DataResponse<T>
with DataResponse<T,Error>