moshangchen / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Compile Error in GDataServiceBase.m with Xcode 4.3 #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Added to Project
2. Compile

What is the expected output? What do you see instead?
- GDataServiceBase.m produces following compile error:
- Implicit declaration of function 'GTMSystemVersionString' is invalid in C99.
- Incompatible integer to pointer conversion initializing 'NSString *' with an 
expression of type 'int'
- Same error displayed in line 195, 1462, 1777

What version of the product are you using? On what operating system?
- XCode 4.3
- GData Objective C Library from 718 checkout

Please provide any additional information below.
- N/A

Original issue reported on code.google.com by jonathan...@gmail.com on 8 Mar 2012 at 2:03

GoogleCodeExporter commented 9 years ago
I have rebuilt the entire library from scratch instead of updating from svn.

All issues are gone and no error are displayed.

Please discard this plog. Thank you.

Original comment by jonathan...@gmail.com on 8 Mar 2012 at 2:27

GoogleCodeExporter commented 9 years ago

Original comment by grobb...@google.com on 8 Mar 2012 at 7:59

GoogleCodeExporter commented 9 years ago
I get an error when I try to run my app.  I'm following this tutorial but it's 
giving me problems in xcode 4.3.2:

http://www.youtube.com/watch?v=QGkr0EMxkUg

I get an error in GDataObject.h

Original comment by dadi...@bluetonemedia.com on 29 May 2012 at 3:02