Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GdataXML (Ray Wenderlich's iPhone RSS Reader Tutorial)

I'm following Ray Wenderlich's tutorial on creating a Simple RSS feed app. Its great so far but I've found an issue.

At the point where he tells you to download GDataXML, he gives you a link that seems to not work, or have the desired libraries.

This is a screenshot of the portion of the tutorial:

Image Hosted by ImageShack.us http://imageshack.us/a/img35/8381/screenshot20130416at541.png

This the screenshot of the page the link takes you to:

Image Hosted by ImageShack.us http://imageshack.us/a/img9/6524/screenshot20130416at542.png

I really don't know what to do. The zip file on that link is for some addon for calenders.

Any help is appreciated.

like image 562
tyler53 Avatar asked Sep 22 '26 02:09

tyler53


1 Answers

If you click on the Source tab/link, you will be shown a page with the location of the read-only source. The location of the read-only source is displayed on that page:

# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://gdata-objectivec-client.googlecode.com/svn/trunk/ gdata-objectivec-client-read-only
like image 193
Michael Avatar answered Sep 24 '26 21:09

Michael