I faced errors when integrated facebook api in my application the errors details below:
Undefined symbols for architecture i386: "_OBJC_CLASS_$_StatusViewController", referenced from: objc-class-ref in ViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
StatusViewController is my viewContoller class where I used facebook API classes what ever recomodated by facebook developer site . can any one guide me ? Thanks.