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.

Has anyone been able to get the Facebook API to work on a new project using Xcode 4.2? I disabled ARC and followed the instructions exactly several times over(https://developers.facebook.com/docs/mobile/ios/build/).

The errors I get:

  • If I only import the classes: SBJSON.h not found

  • If I pull in the entire src folder: FBConnect.h not found

or

Facebook.h not found

share|improve this question
do you see FBConnect.h or Facebook.h in the list of imported files in the Project Navigator of your new XCode project? – Michael Dautermann Oct 27 '11 at 5:12

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.