1
votes

I have error messages below.

Undefined symbols for architecture i386:
"_OBJC_CLASS_$_NSURLQueryItem", referenced from: objc-class-ref in FBSDKCoreKit(FBSDKApplicationDelegate.o)

ld: symbol(s) not found for architecture i386

clang: error: linker command failed with exit code 1 (use -v to see invocation)

What should I do?

Xcode 5.1.1 Target : iOS 7.0

1
Are you running with ONLY_ACTIVE_ARCH enabled or disabled? Disable it. - pkc456

1 Answers

0
votes

Add following Framework in your project settings.

Foundation.framework
CFNetwork.framework

FBSDKCoreKit.framework
FBSDKLoginKit.framework
FBSDKShareKit.framework

I hope it's help you.