I encountered some error during facebook integration. Did I configure the SDK for Facebook correctly? Please inform.
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 took the next step:
================================
EDIT: OK. I have found a solution. I skipped 1 step to link to libfacebook_ios_sdk.a in Xcode
- Go to the Binary with libraries link.
- Click "Add another"
- Add libfacebook_ios_sdk.a
source share