I am getting the following error when using AFNetworking:
\'\'library not found for -lPods-AFNetworking\'\'
\"linker co
I had the same error while migrating my project to iOS 9. I solved it by doing this:
-l"Pods-AFNetworking"
and replace it with -l"AFNetworking"
See the screenshot linked here for more information:
http://i.stack.imgur.com/uG51T.png