hi guys, i am using almost all functions however having problem about SDWebImageManager.
when i try to use the block
[manager downloadWithURL:imageURL delegate:(id)self options:0
success:^(UIImage *image, BOOL cached)
{
}
failure:nil];
getting the error message which you can see below.
No visible @interface for 'SDWebImageManager' declares the selector 'downloadWithURL:options:progress:completed:'
i am on 10.8.
any idea would welcome.
thanks.
Hey, just so people know ... my app is completed and it's always built fine ... but then i went to Archive and XCode 4.5.1 on 10.8 fails ... no idea why :) ... i was trying to solve the Archive Lexical or Preprocessor file not found issue being reported ... then noticed rs reply to a thread saying upgrade to latest .framework so i did ... and i verified both simulator and release builds had both proper header strings ... all to no avail. I'm still getting same build errors, plus a variant of the error noted above ... in my case disabling SDImageCache's getMemoryCount and getMemorySize methods. Bottom line i can't archive app to upload and looking for solutions.
imports setup? found this link solved my problem above ... https://github.com/rs/SDWebImage/issues/132
I am receiving this error also. The previous solution didn't work for me.
I am getting same error for this. above solution was not worked for me. do you have any suggestion?
Depending on which version of SDWebImage you are using, check the docs and examples for that version. Version 4.0 has renamed SDWebImageManager.downloadImageWithURL to loadImageWithURL.
Most helpful comment
Depending on which version of SDWebImage you are using, check the docs and examples for that version. Version 4.0 has renamed
SDWebImageManager.downloadImageWithURLtoloadImageWithURL.