<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to install SwiftyDropbox in xcode project in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141719#M4464</link>
    <description>&lt;P&gt;Im sry&lt;/P&gt;
&lt;P&gt;but i still dont get it, im trying to follow the guide, but when it only says run "pod install" in the project directory i dont understand what it means. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG id="wysiwyg_image_75" src="https://www.dropboxforum.com/hc/user_images/Xc82l3yim259-j9Z6AvKnA.png" alt="&amp;gt;&amp;lt;/p&amp;gt;" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2016 00:41:27 GMT</pubDate>
    <dc:creator>Jonas B.6</dc:creator>
    <dc:date>2016-02-19T00:41:27Z</dc:date>
    <item>
      <title>How to install SwiftyDropbox in xcode project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141713#M4458</link>
      <description>&lt;P&gt;I have tried using cocoa pods, with no luck. i have tried everything. i have cloned the drive, i have downloaded it from github. i have tried creating a new project and copying the files in. Every time i seem to either miss out on the .xcodeproj file completely or miss the idk in the project.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to create a "simple" (i thought) app that displays, uploads and downloads files from a users dropbox. and thought the SwiftyDropbox combined with chooser and saver was the way to go.&lt;/P&gt;
&lt;P&gt;I am apparently not capable of getting any of them to work properly.&lt;/P&gt;
&lt;P&gt;Please help &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:35:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141713#M4458</guid>
      <dc:creator>Jonas B.6</dc:creator>
      <dc:date>2019-05-29T09:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SwiftyDropbox in xcode project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141714#M4459</link>
      <description>&lt;P&gt;Hi Jonas, using CocoaPods is the recommended approach, especially&amp;nbsp;as it makes getting future updates very easy.&lt;/P&gt;
&lt;P&gt;Can you share the output/errors you're getting so we can help?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 02:52:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141714#M4459</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-17T02:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SwiftyDropbox in xcode project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141715#M4460</link>
      <description>&lt;P&gt;I dont really get an error message per say, since i dont get an xcode project file in the clone from cocoa pods or the direct download. I go to the github, i write "pod --version" in terminal and get 0.39.0 as the version. I then write the following:&lt;/P&gt;
&lt;P&gt;cd ~/desktop&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;git clone &lt;A href="https://github.com........(and" rel="nofollow noreferrer"&gt;https://github.com........(and&lt;/A&gt; the rest of the link from github)...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is a picture:&lt;/P&gt;
&lt;P&gt;&lt;IMG id="wysiwyg_image_55" src="https://www.dropboxforum.com/hc/user_images/vOiek2DPLWwRemM980HBOw.png" alt="&amp;gt;&amp;lt;/p&amp;gt;" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 03:42:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141715#M4460</guid>
      <dc:creator>Jonas B.6</dc:creator>
      <dc:date>2016-02-18T03:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SwiftyDropbox in xcode project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141716#M4461</link>
      <description>&lt;P&gt;Jonas, it looks like you're trying to add the &lt;A href="https://github.com/rbaumbach/DropboxSimpleOAuth" target="_blank" rel="nofollow noreferrer"&gt;DropboxSimpleOAuth project&lt;/A&gt;, which isn't an official&amp;nbsp;Dropbox project. It does use SwiftyDropbox though, and does seem to have a&amp;nbsp;.xcodeproj.&lt;/P&gt;
&lt;P&gt;But in any case, the instructions for installing SwiftyDropbox in a project can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/swift#install" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/swift#install&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 03:46:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141716#M4461</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-18T03:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SwiftyDropbox in xcode project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141717#M4462</link>
      <description>&lt;P&gt;I am&amp;nbsp;sorry i send the wrong picture.. this is what i meant to send&lt;IMG id="wysiwyg_image_65" src="https://www.dropboxforum.com/hc/user_images/xtP5IJDvge1azcW0kSjaWA.jpeg" alt="&amp;gt;&amp;lt;/p&amp;gt;" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 03:49:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141717#M4462</guid>
      <dc:creator>Jonas B.6</dc:creator>
      <dc:date>2016-02-18T03:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SwiftyDropbox in xcode project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141718#M4463</link>
      <description>&lt;P&gt;In this screenshot you're just cloning the SwiftyDropbox project itself. To install it into your own Xcode project, follow the instructions here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/swift#install" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/swift#install&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you get an error that you need help with during that, please post the output.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 05:06:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141718#M4463</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-18T05:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SwiftyDropbox in xcode project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141719#M4464</link>
      <description>&lt;P&gt;Im sry&lt;/P&gt;
&lt;P&gt;but i still dont get it, im trying to follow the guide, but when it only says run "pod install" in the project directory i dont understand what it means. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG id="wysiwyg_image_75" src="https://www.dropboxforum.com/hc/user_images/Xc82l3yim259-j9Z6AvKnA.png" alt="&amp;gt;&amp;lt;/p&amp;gt;" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 00:41:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141719#M4464</guid>
      <dc:creator>Jonas B.6</dc:creator>
      <dc:date>2016-02-19T00:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SwiftyDropbox in xcode project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141720#M4465</link>
      <description>&lt;P&gt;The instructions say to put the "platform..." text in a file named "Podfile", but you've put it in a file named "Podfile.swift".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, you need to run pod install in your terminal. Your latest screenshot shows that, but it fails because you don't&amp;nbsp;have a "Podfile" file for it to read.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 03:34:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-SwiftyDropbox-in-xcode-project/m-p/141720#M4465</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-19T03:34:20Z</dc:date>
    </item>
  </channel>
</rss>

