I want to install AFNetworking but I have a problem, how can I fix and install? I used Getting Started with AFNetworking :
1. Download CocoaPods
sudo
Add:
target 'MyApp' do pod 'AFNetworking', '~> 2.5' end
See: https://guides.cocoapods.org/using/the-podfile.html
Then run pod install from the project directory.
pod install