Closed GoogleCodeExporter closed 9 years ago
I just tried checking out using the command shown from Source > Checkout tab,
svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/
google-api-objectivec-client-read-only
and had no difficulty. The JSON files checked out as expected.
Original comment by grobb...@google.com
on 30 Mar 2012 at 6:24
I'm seeing the problem now. It's not clear if the json-framework project will
be coming back or not.
If you're targeting iOS 5 or Mac OS X 10.7, then there's no need for the
external source files, as JSON parsing is built into the system and will be
used by the GData library.
As a workaround for supporting older OSes for now, you can pull the JSON
sources into a directory called JSON with
svn checkout https://github.com/stig/json-framework.git/tags/v2.3.2/Classes JSON
and put that JSON directory inside of the GData library's Source directory.
Then add the JSON source files to your project.
Original comment by grobb...@google.com
on 31 Mar 2012 at 9:24
Thanks to reply.
Original comment by dyju...@renasoftware.co.kr
on 2 Apr 2012 at 10:31
The project has been updated to pull the SBJSON files from git.
Original comment by grobb...@google.com
on 3 Apr 2012 at 10:35
Original issue reported on code.google.com by
dyju...@renasoftware.co.kr
on 30 Mar 2012 at 9:00