not found afhttprequestoperationmanager afhttprequestoperation ios xcode git afnetworking cocoapods

ios - found - La dependencia `AFNetworking(~> 2.5)` no se usa en ningún objetivo concreto



alamofire install xcode (1)

Añadir:

target ''MyApp'' do pod ''AFNetworking'', ''~> 2.5'' end

Consulte: https://guides.cocoapods.org/using/the-podfile.html

A continuación, ejecute pod install desde el directorio del proyecto.

Quiero instalar AFNetworking pero tengo un problema, ¿cómo puedo solucionarlo e instalarlo? Utilicé Getting Started with AFNetworking :

1. Descargar CocoaPods

sudo gem install cocoapods pod setup

2.a. Crear un Podfile

touch Podfile open -a Xcode Podfile

2.b. Y copia y pega esto:

source ''https://github.com/CocoaPods/Specs.git'' platform :ios, ''7.0'' pod ''AFNetworking'', ''~> 2.5''