无法满足以下要求

时间:2016-12-12 05:04:57

标签: ios cocoapods

我的项目中包含Podfile

Podfile中:我有三个部分lib: 其中两个:

pod 'SDWebImage', '~> 4.0.0-beta2'  #before is '~>3.8.1'
pod 'SDCycleScrollView'

因为我想将SDWebImage版本从~>3.8.1更新为~> 4.0.0-beta2,但SDCycleScrollView基于SDWebImage v3.7,现在出现错误terminal,如何解决?

错误:

[!] Unable to satisfy the following requirements:

- `SDWebImage (~> 4.0.0-beta2)` required by `Podfile`
- `SDWebImage (~> 3.7)` required by `SDCycleScrollView (1.64)`

0 个答案:

没有答案