You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
the pod relies on AFNetworking 2.5. i'm not sure the difference between AFNetworking 2.x and 3.x - or the implications of trying to use a different version of the same pod that another pod depends on - well enough to tell you why it stopped working all together.
i can update the pod to rely on AFNetworking 3.0, but i'll be honest that it's not my top priority right now, so i have no guarantee when that might happen
Actually the only thing that is needed is allow the pod compatibility with Afnetworking 2.5+. You don't need to change nothing in the source code. But currently if the project has added Afnetworking 3.0, the library throw an error because it is looking for version 2.5.
After updated to afnetworking 3.0 the autocomplete stop working, actually the project stop build. Is there any solution for that issue?
The text was updated successfully, but these errors were encountered: