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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like linker error. Make sure that you’ve added all files from FBConnect to your project (especially FBSession.m file).