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 Jan 17, 2023. It is now read-only.
When using cocoapods, the default version is 2.2.0 (even though the podspec version is 2.2.1) which unfortunately doesn't have changes included in this pull request: #100
the workaround if using cocoapods
pod 'AFOAuth2Manager', :git => "https://github.com/AFNetworking/AFOAuth2Manager.git"
The text was updated successfully, but these errors were encountered:
I am trying to install AFnetworking and AFOAuth2Manager liek this but it fails with this error.:
"Pre-downloading: AFOAuth2Manager from https://github.com/AFNetworking/AFOAuth2Manager.git
[!] Unable to satisfy the following requirements:
AFNetworking/NSURLConnection (~> 2.2) required by AFOAuth2Manager (2.2.1)
Specs satisfying the AFNetworking/NSURLConnection (~> 2.2) dependency were found, but they required a higher minimum deployment target."
Awesome thanks a lot it worked, for others who are facing same kind of issue while downloading both AFNetworking and AFOAuth2Manager please see below:
Your podfile should use below commands :
When using cocoapods, the default version is 2.2.0 (even though the podspec version is 2.2.1) which unfortunately doesn't have changes included in this pull request: #100
the workaround if using cocoapods
The text was updated successfully, but these errors were encountered: