Building the framework in Xcode 5.1 causes an unused variable 'kTitleAttr' error
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
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:
- [Xcode 5.1 GData build error.png](https://storage.googleapis.com/google-code-attachments/gdata-objectivec-client/issue-172/comment-0/Xcode 5.1 GData build error.png)
GoogleCodeExporter commented
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
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 commented
Thanks. Confirmed fixed is svn reversion 740.
Original comment by ez1...@gmail.com
on 24 Mar 2014 at 4:01