darshb / gdata-objectivec-client

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

Building the framework in Xcode 5.1 causes an unused variable 'kTitleAttr' error #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout the trunk:

svn checkout http://gdata-objectivec-client.googlecode.com/svn/trunk/ 
gdata-objectivec-client-read-only

2. Open the GData.xcodeproj in Xcode 5.1
3. Build the framework (⌘-B).
4. Build error. See attached screenshot.

What is the expected output? What do you see instead?
Error on build

What version of the product are you using? On what operating system?
Trunk. Mac OS X 10.9.2

Please provide any additional information below.
Building the same project in Xcode 5.0.2 does not cause a build error.

Original issue reported on code.google.com by ez1...@gmail.com on 18 Mar 2014 at 6:58

Attachments:

GoogleCodeExporter commented 9 years ago
Simply commenting out or removing the const does not fix the build errors. 
Other consts defined in the project have the same problem. Including:

- kTitleAttr in GDataAtomCollection.m
- kRowAttr in GDataSpreadsheetHeader.m
- kLangAttr in GDataDocFeature.m

Original comment by ez1...@gmail.com on 18 Mar 2014 at 7:27

GoogleCodeExporter commented 9 years ago
The sources have been updated. Thank you for pointing out the issue.

https://code.google.com/p/gdata-objectivec-client/source/detail?r=740

Original comment by grobb...@google.com on 22 Mar 2014 at 2:40

GoogleCodeExporter commented 9 years ago
Thanks. Confirmed fixed is svn reversion 740.

Original comment by ez1...@gmail.com on 24 Mar 2014 at 4:01