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: No such file file or directory near this line:
#import "UIImageView+WebCache.h"
- Yes I have added Target Dependencies
- I have added libSDWebImage.a in Link Binary With Libraries
- I have -all_load -ObjC in Other Linker Flags
- I also tried the -force_load ${BUILT_PRODUCTS_DIR}/libSDWebImage.a (64bit mac)
- My Use Header Search Paths is : $(BUILT_PRODUCTS_DIR)
- I cleaned the project and rebuilt - but no use.
Build keeps failing. Again, XCode4 code completion "resolves" when I type #import "UI & hit "ctrl+space" which means the lib is visible to xcode. Any pointers will be super helpful. Thanks.