Skip to content
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

Closed
alexllao opened this issue May 6, 2019 · 6 comments
Closed

SDWebImageSource not exist #324

alexllao opened this issue May 6, 2019 · 6 comments

Comments

@alexllao
Copy link

alexllao commented May 6, 2019

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)!
}

    slideshow.setImageInputs(ab)`

Use of unresolved identifier 'SDWebImageSource'

I've load "import SDWebImage"

Any ideas?
Thnks!

@emresekeroglu
Copy link

hi, i have a same issue, my solution is, downfrade SDWebimage Version to 3.7 than its work.
pod 'SDWebImage', '~> 3.7'

@zvonicek
Copy link
Owner

Hi, do you use appropriate subspec, in your case pod "ImageSlideshow/SDWebImage"?

@emresekeroglu
Copy link

emresekeroglu commented May 25, 2019 via email

zvonicek added a commit that referenced this issue May 25, 2019
@zvonicek
Copy link
Owner

I pushed a fix that should hopefully fix the problem.

@emresekeroglu
Copy link

Hi, yes its fix the problem. Thank you

@asn111
Copy link

asn111 commented Jun 11, 2019

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'
plus i have added SDWebImages separately in my project which is having this version SDWebImage 4.4.7
same is happening in sample project.
but it got SDWebImage 5.0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants