由于我的pod target中其他第三方库也使用了SDWebImage~>5.18.2版本,但是AScenesKit限制了SDWebImage版本为4.4.8导致无法兼容,需要怎么配置才能相互兼容
[!] CocoaPods could not find compatible versions for pod "SDWebImage":
In snapshot (Podfile.lock):
SDWebImage (= 5.18.2, ~> 5.18.2)
In Podfile:
AScenesKit (from `./Pods/AScenesKit`) was resolved to 0.5.3, which depends on
AUIKitCore was resolved to 0.5.3, which depends on
AUIKitCore/All (= 0.5.3) was resolved to 0.5.3, which depends on
SDWebImage (~> 4.4.8)
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* changed the constraints of dependency `SDWebImage` inside your development pod `AScenesKit`.
You should run `pod update SDWebImage` to apply changes you've made.
建议可以参考报错说明里的建议,更新一下SDWebImage的版本:
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* changed the constraints of dependency `SDWebImage` inside your development pod `AScenesKit`.
You should run `pod update SDWebImage` to apply changes you've made.