简体   繁体   中英

Facebook SDK for iOS issue

Hello I have run though this tutorial, link , and I have downloaded the source code and run and checked it against my own but I get errors that they don't seem to get.

I believe that it has to do with Facebook updating their SDK since the release of this.

I get something like 6 errors when I try to run the example and all of them say the same thing except for one:

Semantic Issue
Method in protocol not implemented
Required for direct or indirect protocol 'FBSessionDelegate'

and the other says:

Semantic Issue
Incomplete implementation

What is going wrong here?

The warning is telling you exactly what you need to know. There is a required method in the FBSessionDelegate protocol that you are not implementing in your delegate. Review the SDK to see what that method is - and this will go away. Without your code - there isn't much else we can tell you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM