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" 


 

 

link : https://github.com/rs/SDWebImage/issues/132 

你可能感兴趣的:(imageview)