我的项目中包含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)`