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 

posted @ 2012-07-22 21:08  snowlueng  阅读(693)  评论(0编辑  收藏  举报