Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Facebook plugin help — Gideros Forum

Facebook plugin help

billydbbillydb Member
edited December 2015 in General questions
Hi, I'm trying to get the Facebook plugin working on iOS and I'm getting 7 errors that look like:

Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FBAppCall", referenced from:
objc-class-ref in GFBook.o
"_OBJC_CLASS_$_FBWebDialogs", referenced from:
objc-class-ref in GFBook.o
"_OBJC_CLASS_$_FBRequestConnection", referenced from:
objc-class-ref in GFBook.o
"_OBJC_CLASS_$_FBRequest", referenced from:
objc-class-ref in GFBook.o
"_OBJC_CLASS_$_FBErrorUtility", referenced from:
objc-class-ref in GFBook.o
"_OBJC_CLASS_$_FBSession", referenced from:
objc-class-ref in GFBook.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Is this something to do with 64 bit stuff or have I messed up and missed a step somewhere? The best reference I've found was here http://giderosmobile.com/forum/discussion/comment/14402#Comment_14402 but no luck so far

Any help would be great. Thanks.

Comments

Sign In or Register to comment.