[!]The 'pods-xxx' target has libraries with conflicting name: libcrypto.a and libssl.a

最近更新cocoapods依赖库时候,遇到了一个问题,如下图:


[!]The 'pods-xxx' target has libraries with conflicting name: libcrypto.a and libssl.a_第1张图片

也有朋友遇到了类似的问题,错误如下:

IMG_3665.jpg

直接说解决方法吧。简单的讲,就是把cocoapods版本降低。我的cocoapods是1.1.1,降低到1.0.1后,再次更新pod依赖库,错误就消失了。cocoapods怎么降低版本?其实就是卸载了当前的cocoapods,再安装一个低版本的cocoapods。cocoapods的安装可以参考笔者的另一篇文章cocoapods从安装到使用

涉及到的命令:
$sudo gem uninstall cocoapods
$sudo gem install cocoapods -v 1.0.1

文/VV木公子(作者)
PS:如非特别说明,所有文章均为原创作品,著作权归作者所有,转载请联系作者获得授权,并注明出处!

如果您是iOS开发者,或者对本篇文章感兴趣,请关注本人,后续会更新更多相关文章!敬请期待!

你可能感兴趣的:([!]The 'pods-xxx' target has libraries with conflicting name: libcrypto.a and libssl.a)