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
Unfortunately there’s not a simple way I’m aware of at this time - PFTwitterSignOn doesn’t directly depend on AFNetworking, but it uses AFOAuth1Client to do some twitter authentication, which in turn relies on AFNetworking 1.3 - there’s an open issue & pull request on that project to update to 2.0, and if you like you could point directly to the AFN 2.0 compatible fork (https://github.com/joelchen/AFOAuth1Client) from a fork of PFTwitterClient if it’s absolutely necessary!
Any way to get this to work in a project that also uses AFNetworking 2? As this pod sec will try to pull in AFNetworking 1.3 something...
The text was updated successfully, but these errors were encountered: