Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SDWebImage/UIImageView+WebCache.h file not found

I'm trying to use SDWebImage in my iPhone app. I followed the step by step tutorial to install SDWebImage into my Xcode project.

When I try to build my app i'm getting the following error:

Lexical or Preprocessor Issue
'SDWebImage/UIImageView+WebCache.h' file not found 

Can somebody help me solve this issue?

like image 554
Lizard Avatar asked Jun 14 '12 13:06

Lizard


1 Answers

The @Lizard answer saved my day!

$(SRCROOT)/SDWebImage to Header Search Path

Just to be more specific, you have to add that configuration in your target and not in the project view.

like image 150
rodchile Avatar answered Sep 30 '22 16:09

rodchile