Undefined symbols for architecture i386:
"_OBJC_CLASS_$_EvernoteSession", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_SHK", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_SHKConfiguration", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_SHKFacebook", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_SHKGooglePlus", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I've googled a lot but can't find anithyng that works for me. I've followed the installation guide, step by step, I've triple checked that I've added all the framework needed, I read & tryed this "symbol(s) not found for architecture i386" problem using ShareKit but still getting this error... Help please!