I encountered some error during facebook integration. Did i configure the Facebook SDK correctly? Please advise.
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_Facebook", referenced from:
objc-class-ref in SettingView.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I did the following step:
- Downloaded latest Facebook SDK (facebook-facebook-ios-sdk-v1.1-11-g07626c3.zip)
- Change the build_facebook_ios_sdk_static_lib.sh as the following:
XCODEBUILD_PATH=/Developer/usr/binto:XCODEBUILD_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin - Add the facebook-ios-sdk folder (from the lib folder) to my project
I just type declare the facebook variable and run. It shows me the errors
facebook = [[Facebook alloc] initWithAppId:@"myAppID" andDelegate:self];
==============================
EDIT: Ok. I have found the solution. I have missed out 1 step which to link against the libfacebook_ios_sdk.a in Xcode
- Go to Link Binary with Libraries
- Click on Add Other
- Add libfacebook_ios_sdk.a