简体   繁体   English

GData没有使用Apple LLVM 4.1进行编译

[英]GData not compiling with Apple LLVM 4.1

I am using gdata-objectivec-client-1.10.0 in my application. 我在我的应用程序中使用gdata-objectivec-client-1.10.0。 I am try to build an iOS 6 and iphone 5 supported version. 我正在尝试构建iOS 6和iphone 5支持的版本。 Now the problem is when i compiling app with Apple llvm 4.1 then it gives error given below. 现在的问题是,当我用Apple llvm 4.1编译应用程序时,它会给出下面给出的错误。 But when i compile it with LLVM GCC 4.2 then it compile with out error and app works fine. 但是当我用LLVM GCC 4.2编译它然后它编译出错误和应用程序工作正常。 Can anyone guide me how to solve this problem. 任何人都可以指导我如何解决这个问题。

在此输入图像描述

You can check out the current version of the library using the command shown at 您可以使用显示的命令查看库的当前版本

https://code.google.com/p/gdata-objectivec-client/source/checkout https://code.google.com/p/gdata-objectivec-client/source/checkout

If you are building the library sources directly into your project, you will need to remove the old source file references and add the current files. 如果要将库源直接构建到项目中,则需要删除旧的源文件引用并添加当前文件。 For example, the GDataOAuthAuthentication file shown above is for authenticating via OAuth 1, an authentication method no longer supported by the library. 例如,上面显示的GDataOAuthAuthentication文件用于通过OAuth 1进行身份验证,这是一种不再受库支持的身份验证方法。

Most of the APIs formerly accessed via the Google Data APIs library have been deprecated; 之前通过Google Data API库访问的大多数API已被弃用; some have been replaced by newer JSON APIs accessible with the Google APIs Client Library at 有些已经被更新的JSON API所取代,可以通过Google API客户端库访问

http://code.google.com/p/google-api-objectivec-client/ http://code.google.com/p/google-api-objectivec-client/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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