Hi All,
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
Hi All,
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
It looks like linker error. Make sure that you've added all files from FBConnect to your project (especially FBSession.m file).