sdwebimage: UIImageView+WebCache.h: No such file or directory

后端 未结 7 1953
灰色年华
灰色年华 2020-12-16 08:32

I am fairly new to ios development - trying to use sdwebimage in my iphone project. I believe I completed all basic setups as required. But when I build, I get this error: N

7条回答
  •  既然无缘
    2020-12-16 08:56

    I've been dealing with this problem for the past hour and noticed something that hasn't been mentioned: Make sure that when you up update header search paths that the "Recursive" option is selected! Otherwise the compiler will not check subfolders.

    Worked for me...

提交回复
热议问题