I am getting this error when I build my project that involves posting to Facebook from an iPhone: Undefined symbols for architecture i386: "_OBJC_CLASS_$_Facebook", 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 gotten errors like this before and it's always been because I have failed to import some package. But, I have already imported "FBConnect.h" and "Facebook.h", but maybe there's another one I'm missing. I also saw on a post on this site that you need to put the FBConnectSDK framework in "Link Binary With Libraries" under Build Settings, but I did that and I got 13 more errors... I am using storyboard and ARC is set to off. Thanks for your help.