CocoaPods第三方库后编译时报错linker command failed with exit code 1 use -v to see invocation clang

MRC项目中使用CocoaPods安装第三方库后,编译时报错:

linker command failed with exit code 1 use -v to see invocation clang

CocoaPods第三方库后编译时报错linker command failed with exit code 1 use -v to see invocation clang

CocoaPods第三方库后编译时报错linker command failed with exit code 1 use -v to see invocation clang

解决方案
在配置中Other Linker Flags添加属性$(inherited)
CocoaPods第三方库后编译时报错linker command failed with exit code 1 use -v to see invocation clang
路径:TARGETS——Build Settings——Linking——Other Linker Flags