I\'ve installed cocoa pods library and some frameworks through it. Now when I compile project the build fails.
Error: ld: library not found for -lPods-Project clang:
I realized the xcproject file was opened instead of the updated workspace. This fixed my error. Hope this information will help others too.