Iam using cocoapods with AFNetwork. When I compile the followig error appears:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_AFHTTPClient", referenced from:
It happens for the cocoapod classes either with 64 bits or 32. Tried solutions from here:
AFNetworking Library failing in iOS 7
And here:
Undefined symbols for architecture arm64
but they don't work, am I missing something?
I included the project, but do I have to link it in some other way?