SDWebImage,Archive got SDWebImage/UIImageView+WebCache.h not found!
i use this solution :After finding this StackOverflow article: http://stackoverflow.com/questions/5543854/xcode-4-cant-locate-public-header-files-from-static-library-dependancy
Turned out that setting my headers path to: "$(PROJECT_TEMP_DIR)/../UninstalledProducts/include" made it finally properly archive for me.
short to say : setting headers path to: "$(PROJECT_TEMP_DIR)/../UninstalledProducts/include"