0

When i am trying to “Build Profile” everything is working fine. When i Archieve for submission, the SDWebImage is throwing error while importing UIImageView+WebCache.I m importing files as:
#import <SDWebImage/UIImageView+WebCache.h> I have been working on this since morning but couldn’t figure out why this is not working. Also, I have checked other SO questions in this regards but nothing helped. Also, In SDWebImage project, libSDWebImage.a is coming red. I am not able to reveal that in folder. Any help will be appreciated.

4

1 回答 1

0

我通过添加(带引号)很容易地解决了这个问题:

"$(SRCROOT)/SDWebImage"

到我项目的构建设置下的各种标题搜索路径。感谢 Lizard 在SDWebImage/UIImageView+WebCache.h 文件中找不到他的解决方案。

于 2012-07-04T18:39:34.813 回答