Reputation: 9076
Am getting 1 warning and 1 error on compiling my iPhone app with FBConnect in there. The error is:
literal-pointer@__OBJC@__cls_refs@FBSession
Any thoughts on what the problem is and how to track it down?
Regards
Dave
Upvotes: 0
Views: 293
Reputation: 170849
It looks like linker error. Make sure that you've added all files from FBConnect to your project (especially FBSession.m file).
Upvotes: 1