I get these errors when I try to build an iOS application.
ld: library not found for -lPods clang: error: linker command failed with exit code 1 (use -v to s
If you have multiple targets in your project, Cocoapods may have only integrated itself well with just one of them.
I had to manually link to libPods.a in "Link Binary With Libraries" for each additional target I had.
libPods.a