Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c 如何在iPad应用程序中集成Facebook_Objective C_Ios_Ios Simulator - Fatal编程技术网

Objective c 如何在iPad应用程序中集成Facebook

Objective c 如何在iPad应用程序中集成Facebook,objective-c,ios,ios-simulator,Objective C,Ios,Ios Simulator,我正在开发一款ipad应用程序,希望将facebook集成到我的应用程序中。我使用的是xcode-5.1。我跟踪了此URL上的链接,但出现以下错误: Lexical or Preprocessors Issue 1. FBBatchRequestTests.h 'SenTestingKit/SenTestingKit.h' file now found. 2.Semantic issue Use of undeclared identifier 'FB_IOS_SDK_VERSION_STRIN

我正在开发一款ipad应用程序,希望将facebook集成到我的应用程序中。我使用的是xcode-5.1。我跟踪了此URL上的链接,但出现以下错误:

Lexical or Preprocessors Issue
1. FBBatchRequestTests.h
'SenTestingKit/SenTestingKit.h' file now found.
2.Semantic issue
Use of undeclared identifier 'FB_IOS_SDK_VERSION_STRING'
3.FBCAcheTests.h
Lexical or preprocessor Issue
'SenTestingKit/SenTestingKit.h" file not found
4. FBCommonRequestTests.h
 Lexical or preprocessor Issue
    SenTestingKit/SentestingKit.h file not found

请帮我解决这些错误。另外,请给我一些相关的URL,以便将facebook整合到ipad应用程序中。

我建议扔掉您用于连接该项目中的facebook并遵循的所有代码。它起作用了。我个人使用过它

有一个新的Facebook SDK 3.0,其中有来自Facebook自身的示例和教程。从这里下载:

你也可以在那里找到教程