I am getting the following error when using AFNetworking:
\'\'library not found for -lPods-AFNetworking\'\'
\"linker co
It has been a while since this question but today I ran into a similar issue and how we solved it was by going to: Edit Scheme > Build
and making sure the option ´Find Implicit Dependencies´ is checked.
I had it unchecked and after I updated CocoaPods to 1.0, I couldn´t find the dependencies in the Derived Data folder.
After that I could build it succesfully.