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 am trying to implement Facebook into my application however whenever i go into header search paths and drag and drop my src file i still get an error for "FBConnect/FBConnect.h" I have already added everything from the fbconnect folder in fcbonnect.xcodeproj without checking the copy into destination group folder. Please Help!!!

share|improve this question

2 Answers

Go to project->search paths->Header search path Add your facebook src directory there.

share|improve this answer
I did and i still get the errors – JohnAnge Kernodle Apr 24 '12 at 1:47
Can you post you project directory structure ? – giorashc Apr 24 '12 at 13:56

you should to import Facebook.h file instead FBConnect.h

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.