iphone - Facebook connect with Phonegap iOS -
i'm building phonegap application ios , i'm trying include facebook connect framework.
i followed steps twice https://github.com/phonegap/phonegap-facebook-plugin , keeps giving following errors:
undefined symbols architecture i386: "_objc_class_$_fbsbjson", referenced from: objc-class-ref in facebookconnectplugin.o "_secrandomcopybytes", referenced from: +[fbcrypto randombytes:] in facebooksdk(fbcrypto.o) -[fbcrypto encrypt:additionaldatatosign:] in facebooksdk(fbcrypto.o) "_ksecrandomdefault", referenced from: +[fbcrypto randombytes:] in facebooksdk(fbcrypto.o) -[fbcrypto encrypt:additionaldatatosign:] in facebooksdk(fbcrypto.o) ld: symbol(s) not found architecture i386 clang: error: linker command failed exit code 1 (use -v see invocation)
does know problem here?
with kind regards
you have add 5 other frameworks , libraries (adsupport, accounts, libsqlite3, security , social) use facebook sdk.
see also: https://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/
Comments
Post a Comment