JohnAnge Kernodle
JohnAnge Kernodle

Reputation: 259

FBConnect - #import "FBConnect/FBConnect.h" No such file or directory

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!!!

Upvotes: 1

Views: 1043

Answers (2)

giorashc
giorashc

Reputation: 13713

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

Upvotes: 1

demon9733
demon9733

Reputation: 854

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

Upvotes: 0

Related Questions