-
Notifications
You must be signed in to change notification settings - Fork 117
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
Errors with SDWebImage 5.0.x #76
Comments
+1 |
2 similar comments
+1 |
+1 |
How did you specify to use 4.4.6. I have tried and am getting Value of type 'SDWebImageManager' has no member 'loadImage' |
There is a special syntax in the podfile for locking the pod to a specific version, you have to read the docs for that - I don't have my Macbook at hand. |
I can handle PR or collaborator:). |
@younatics Could you please consider to merge this and release a new version with it, so Cocoapods will pull this fix? Also I discovered another small issue (maybe because of new iPhone screen sizes?), please see attached screenshot. |
Using MediaBrowser in a recent project lead to 2 errors in the MediaBrowser Pod which makes further compile in the project impossible.
The 2 errors are at:
Media.swift #194
operation = SDWebImageManager.shared().loadImage(...
Cannot call value of non-function type 'SDWebImageManager'
MediaBrowser.swift #307
SDImageCache.shared().clearMemory()
Cannot call value of non-function type 'SDImageCache'
Because latest MediaBrowser release was on March 31 and SDWebImage made a major release 5.0 on April 2, I thought to give it a try with the SDWebImage version which was current when MediaBrowser 2.3.0 was reelased.
So I fixed this error with explicitly stating in the podfile to use version 4.4.6 of SDWebImage.
Would be great if this could be fixed for next release of MediaBrowser so that current SDWebImage can be used.
Thanks,
The text was updated successfully, but these errors were encountered: