Open
Description
Hi,
I have installed latest version of EVReflection/Alamofire pod
pod 'EVReflection/Alamofire'
I have faced this error initially. ERROR: Compiling for iOS 8.0, but module 'Alamofire' has a minimum deployment target of iOS 10.0
To resolve this issue I have changed EVReflection minimum deployment target to 10.0.
Then I faced below 2 errors at total places.
- Cannot specialize non-generic type 'DataResponseSerializer' -> Remove '
- 'Generic type 'DataResponse' specialized with too few type parameters (got 1, but expected 2)
Can you please fix that ?
Metadata
Assignees
Labels
No labels
Activity