We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi
pod show me : [!] Unable to satisfy the following requirements:
AFNetworking (~> 2.5.2)
Podfile
AFNetworking (= 2.5.2)
Podfile.lock
AFNetworking (~> 1.2.0)
REActivityViewController (1.5.3)
my pod file: pod 'AFNetworking', '> 2.5.2' pod 'REActivityViewController', '> 1.5.3'
I have to use 'AFNetworking' on version 2.5.2. How can I do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi
pod show me :
[!] Unable to satisfy the following requirements:
AFNetworking (~> 2.5.2)
required byPodfile
AFNetworking (= 2.5.2)
required byPodfile.lock
AFNetworking (~> 1.2.0)
required byREActivityViewController (1.5.3)
my pod file:
pod 'AFNetworking', '
> 2.5.2'> 1.5.3'pod 'REActivityViewController', '
I have to use 'AFNetworking' on version 2.5.2.
How can I do?
The text was updated successfully, but these errors were encountered: