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've had this error after adding a new build configuration.
pod install helped, because it adds separate settings for each build configuration.
pod install