Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have the following failed code when i run my application on iPhone 5.1 simulator. My app runs smoothly before i add in the Facebook Connect into my application.

Undefined symbols for architecture i386:
  "_FBCreateNonRetainingArray", referenced from:
      -[FBSession initWithKey:secret:getSessionProxy:] in FBSession.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

May I know what can i do to get rid of this?

Thanks

share|improve this question
stackoverflow.com/questions/2287915/linking-error-in-xcode u can navigate to this link. – iamsult Apr 16 '12 at 10:27
I have read the post, but none of the answers can help. Thanks – Clarence Apr 16 '12 at 16:32
@Clarence did you find solution? i have the same error with linker in new FacebookSDK 3.0 – loldop Jul 27 '12 at 15:08
Sorry I still cannot solve the problem yet. – Clarence Jul 27 '12 at 16:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.