Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors on install pod: Generic type 'DataResponse' specialized with too few type parameters (got 1, but expected 2) #324

Open
krunalgoswami opened this issue May 27, 2021 · 0 comments

Comments

@krunalgoswami
Copy link

Hi,
I have installed latest version of  EVReflection/Alamofire pod
pod 'EVReflection/Alamofire'

Screenshot 2021-05-27 at 12 00 09 PM

I have faced this error initially. ERROR: Compiling for iOS 8.0, but module 'Alamofire' has a minimum deployment target of iOS 10.0
Screenshot 2021-05-27 at 11 55 49 AM

To resolve this issue I have changed EVReflection minimum deployment target to 10.0.

Then I faced below 2 errors at total places.

  1. Cannot specialize non-generic type 'DataResponseSerializer' -> Remove '
  2. 'Generic type 'DataResponse' specialized with too few type parameters (got 1, but expected 2)
    Screenshot 2021-05-27 at 11 57 49 AM

Can you please fix that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant