Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue May 25, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Thanks. Confirmed fixed is svn reversion 740.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant