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.

iCoder4777
  • 1,682
  • 1
  • 14
  • 35

1 Answers1

0

I solved it very easily by adding (with quotes):

"$(SRCROOT)/SDWebImage"

to the various Header Search Paths under my project's Build Settings. Thanks to Lizard in SDWebImage/UIImageView+WebCache.h file not found for his solution.

Community
  • 1
  • 1
Jason
  • 861
  • 9
  • 17