symbol(s) not found for architecture i386 in SDWebImageDownloader symbol(s) not found for architecture i386 in SDWebImageDownloader ios ios

symbol(s) not found for architecture i386 in SDWebImageDownloader


The problem is most likely that the project is not including the ImageIO framework. Go to your Target -> Build Phases -> Link and verify that in fact you have ImageIO there.


I think that i have the solution...

Go to to the target of your app and on the right, click on the Build Phases tab and in the Compile Sources Section click on + and add the SDWebImage.m

Hope that helps !