美文网首页
使用cocoapods时常见错误

使用cocoapods时常见错误

作者: 丶逐渐 | 来源:发表于2018-07-03 10:21 被阅读7次

    微信支付与友盟分享冲突[!] The 'Pods-StudentGrowth' target has libraries with conflicting names: libwechatsdk.a.

    我在用pods导入微信支付sdk时报了这么一个错,因为友盟里的微信sdk和支付的sdk冲突了 

    我的解决方法是先移除再手动导入 

    移除pods里的友盟分享相关代码 或者微信支付相关代码,在手动添加移除的代码

    相关文章

      网友评论

          本文标题:使用cocoapods时常见错误

          本文链接:https://www.haomeiwen.com/subject/dcrduftx.html