I need to manage photos in my app and have read much about SDWebImage framework which seems to be the best way to go.
However I am finding it incredibly difficult to instal
I ran into this issue recently, and a less intrusive way to fix this problem is to add an entry to your Header Search Paths (all 3 instances) with the content ./SDWebImage/ (assuming that's where the framework is) so that it considers that folder when looking for includes.