I am developing an iphone application which has some facebook integration in it.I added the fbconnect folder which i downlaoded from internet and added #import "FBConnect/FBConnect.h".
But when i run the app it shows a lot of errors like
"FBConnect/FBConnect.h" no such file or directory
"FBConnect/FBsession.h" no such file or directory etc.
I downloaded some facebook projects that works fine But what can be the problem with mine?
Your header search path is not correct.
In your header search paths write ../src/ & place your facebook connect downloaded source in the same folder in which your project is kept.It should work then.