AlamofireObjectMapper icon indicating copy to clipboard operation
AlamofireObjectMapper copied to clipboard

compile error

Open coder-free opened this issue 4 years ago • 1 comments

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)

coder-free avatar Jan 24 '21 14:01 coder-free

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

abhi21git avatar Jan 10 '22 08:01 abhi21git