pod 导入第三方 linker command failed with exit code 1 (use -v to see invocation)

Posted 栗子Blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pod 导入第三方 linker command failed with exit code 1 (use -v to see invocation)相关的知识,希望对你有一定的参考价值。

一般是因为导入了的文件重复  TARGES的other linkers 下的-all_load和-ObjC以及其他的库的”-XXX”,

-all_load就包括了其他的  删除掉-all_load 就可以啦

其他类似问题可以参考:http://www.knowsky.com/1049565.html

以上是关于pod 导入第三方 linker command failed with exit code 1 (use -v to see invocation)的主要内容,如果未能解决你的问题,请参考以下文章