You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
Faced an issue with referencing SDWebImage 3.7 and for some reason it doesn't let me use SDWebImage of version 5+. Any thoughts on this?
[!] CocoaPods could not find compatible versions for pod "SDWebImage":
In Podfile:
DZNPhotoPickerController (> 2.0) was resolved to 2.0, which depends on
DZNPhotoPickerController/Core (= 2.0) was resolved to 2.0, which depends on
SDWebImage (> 3.7)
SDWebImage (~> 5.0)
Specs satisfying the SDWebImage (~> 5.0), SDWebImage (~> 3.7) dependency were found, but they required a higher minimum deployment target.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello colleagues,
Faced an issue with referencing SDWebImage 3.7 and for some reason it doesn't let me use SDWebImage of version 5+. Any thoughts on this?
[!] CocoaPods could not find compatible versions for pod "SDWebImage":
In Podfile:
DZNPhotoPickerController (
> 2.0) was resolved to 2.0, which depends on> 3.7)DZNPhotoPickerController/Core (= 2.0) was resolved to 2.0, which depends on
SDWebImage (
Specs satisfying the
SDWebImage (~> 5.0), SDWebImage (~> 3.7)
dependency were found, but they required a higher minimum deployment target.The text was updated successfully, but these errors were encountered: