Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Step 1</strong></p> <p>The first step, is to head on over to the Google Code website for the Objective-C Client, download and extract the zip file source code. Alternatively, you can get the latest and greatest version via Subversion using:</p> <p>svn checkout <a href="http://gdata-objectivec-client.googlecode.com/svn/trunk/" rel="noreferrer">http://gdata-objectivec-client.googlecode.com/svn/trunk/</a> gdata-objectivec-client-read-only</p> <p>If you downloaded the zip file from the website, you’ll have version 1.7.0, and if you used the svn code you’ll have a -read-only folder.</p> <p><strong>Step 2</strong></p> <p>Open up the GData XCode Project from your downloaded folder as well as your iPhone App XCode project.</p> <p><strong>Step 3</strong></p> <p>Drag over the GData Sources Folder from the GData project to your iPhone App project and add it as reference [don't check the box for Copy items into destination group's folder (if needed).] You do not need to copy over all the files into your project. You can, but it’s not required.</p> <p><strong>Step 4</strong></p> <p>Open up the build settings for your iPhone App project. Located and set the following settings. * Header Search Paths: /usr/include/libxml2 ../gdata-objectivec-client-1.9.1/Source * Other Linker Flags: -lxml2, -ObjC</p> <p>For the Debug build configuration only, add the Other C Flags setting so that the library’s debug-only code is included:</p> <pre><code>Other C Flags: -DDEBUG=1 </code></pre> <p><strong>Step 5</strong></p> <p>Now be sure that the downloaded source code is in the same directory in which your actual Code Folder is.</p> <p><strong>Step 6</strong> Make sure I've the frameworks "SystemConfiguration.FrameWork" and "Security.FrameWork" added to your project.</p> <p>Hope it helps..These are the steps for GData integration</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload