Xcode: Version 7.2
OS X: 10.10.5
I'm a newbie into iOS and trying to use SDWebImage in Objective-C by following the official installation guide, but I get this error:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_SDWebImageManager", referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I downloaded the zip file and unzip-ed it, and added the file to my project.
Also, added a dependency "ImageIO.framework" and Linker Flag "-ObjC".
I've already read these questions: