-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDWebImageSource not exist #324
Comments
hi, i have a same issue, my solution is, downfrade SDWebimage Version to 3.7 than its work. |
Hi, do you use appropriate subspec, in your case |
Yes i do, but new version of sdwebimage its not have sdwebimagesource
25 May 2019 Cmt, saat 12:11 tarihinde Petr Zvoníček <
[email protected]> şunu yazdı:
Hi, do you use appropriate subspec, in your case pod
"ImageSlideshow/SDWebImage"?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#324?email_source=notifications&email_token=ADDUXFNRXVEC7AYKGEGL6YDPXD7DBA5CNFSM4HLDZQN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWHLNIA#issuecomment-495892128>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADDUXFPGL7GOHKHNL6MECILPXD7DBANCNFSM4HLDZQNQ>
.
--
*Emre ŞEKEROĞLU*
Faculty Of Economics, Department Of International Relations
http:// <https://www.facebook.com/konseptfotograf>www.emresekeroglu.com/
|
I pushed a fix that should hopefully fix the problem. |
Hi, yes its fix the problem. Thank you |
where did it fixed the problem i am using ImageSlideshow 1.8.0 and its still giving me this error . Type 'CGImageSource' has no member 'init' |
There is no way that the SDWebImageSource class finds me, whereas the ImageSource works without problems.
`let ab: [InputSource] = items.map {
SDWebImageSource(urlString: $0.url)!
}
Use of unresolved identifier 'SDWebImageSource'
I've load "import SDWebImage"
Any ideas?
Thnks!
The text was updated successfully, but these errors were encountered: