Magic Bullet Dave
Magic Bullet Dave

Reputation: 9076

Facebook Connect compile error

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

Answers (1)

Vladimir
Vladimir

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

Related Questions