使用Xcode 4.0在iPhone模拟器中集成GDATA的问题

时间:2011-09-15 06:18:15

标签: iphone gdata-api

我按照以下步骤将GData添加到我的项目中。

来自I'm following this Tutorial

的参考资料
  1. 通过终端从svn checkout http://gdata-objectivec-client.googlecode.com/svn/trunk/ gdata-objectivec-client-read-only 下载源文件。
  2. 将源文件夹从下载的文件拖到我的xCode项目中。
  3. 更改了以下构建设置          C语言方言:C99 [-std = c99](用于调试和发布)          其他C标志:-DDEBUG = 1(仅用于调试)          标头搜索路径:/ usr / include / libxml2(用于调试和发布)          其他链接器标志:-lxml2(用于调试和发布)
  4. 但是我在构建代码时遇到了一些错误。

    Error 1:  /Users/rajesh/Desktop/GooDataContacts/../../gdata-objectivec-client-read-only/Source/HTTPFetcher/Tests/GTMGatherInputStreamTest.m:16:40: error: SenTestingKit/SenTestingKit.h: No such file or directory
    
    Error 2:  /Users/rajesh/Desktop/GooDataContacts/../../gdata-objectivec-client-read-only/Source/HTTPFetcher/Tests/GTMGatherInputStreamTest.m:21: error: cannot find interface declaration for 'SenTestCase', superclass of 'GTMGatherInputStreamTest'
    
    Error 3:  file://localhost/Users/rajesh/gdata-objectivec-client-read-only/Source/HTTPFetcher/Tests/GTMGatherInputStreamTest.m: error: Lexical or Preprocessor Issue: 'SenTestingKit/SenTestingKit.h' file not found
    

0 个答案:

没有答案