【发布时间】:2012-08-18 07:53:41
【问题描述】:
我正在开发一个 ipad 应用程序,我想将 facebook 集成到我的应用程序中。我正在使用 xcode-5.1。我点击了此 URL 上的链接:http://developers.facebook.com/docs/mobile/ios/build/,但出现以下错误:
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
请帮我解决这些错误。还给我一些相关的网址,用于在 ipad 应用程序中集成 facebook。
【问题讨论】:
标签: objective-c ios ios-simulator