美文网首页
CocoaPods --- Unable to satisfy

CocoaPods --- Unable to satisfy

作者: henu_Larva | 来源:发表于2017-10-24 10:15 被阅读8次

今天在项目内使用 cocoapods 导入 SDCycleScrollView,在执行 pod install 时报了下面的错误:


错误信息.png

产生错误的原因是 SDCycleScrollView 依赖于 SDWebImage 4.0.0版本,而我项目内的 SDWebImage 版本是 4.1.0,故此产生了冲突。解决方案是将 SDWebImage 4.1.0 修改为 SDWebImage 4.0.0 之后再次执行 pod install 即可。

相关文章

网友评论

      本文标题:CocoaPods --- Unable to satisfy

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