<?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: SwiftyDropbox with Alamofire issue in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/316983#M18810</link>
    <description>&lt;P&gt;SwiftyDropbox has been updated&amp;nbsp;for Swift 4 as of &lt;A href="https://github.com/dropbox/SwiftyDropbox/releases/tag/5.0.0" target="_self"&gt;v5.0.0&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Dec 2018 20:22:49 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-12-10T20:22:49Z</dc:date>
    <item>
      <title>SwiftyDropbox with Alamofire issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/296788#M18008</link>
      <description>&lt;P&gt;I have Alamofire ~&amp;gt;4.7 setting in pod file and when adding line 'pod SwiftyDropbox', there is an issue I see when I run pod update:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Analyzing dependencies&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[!] CocoaPods could not find compatible versions for pod "Alamofire":&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;In Podfile:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Alamofire (~&amp;gt; 4.7)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;SwiftyDropbox was resolved to 2.0.1, which depends on&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Alamofire (~&amp;gt; 2.0.2)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How do I get the latest version of Swiftydropbox to run?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:10:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/296788#M18008</guid>
      <dc:creator>DS6</dc:creator>
      <dc:date>2019-05-29T09:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox with Alamofire issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/296876#M18011</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/52295762/swiftydropbox-with-alamofire-issue" target="_blank"&gt;https://stackoverflow.com/questions/52295762/swiftydropbox-with-alamofire-issue&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;Your Cocoapods installation is reporting that SwiftyDropbox is currently resolving to v2.0.1, but that's actually a somewhat old version. The latest &lt;A href="https://github.com/dropbox/SwiftyDropbox/releases" target="_blank"&gt;release&lt;/A&gt;&amp;nbsp;is v4.6.0.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;A href="https://github.com/dropbox/SwiftyDropbox/blob/a49c91fce69d32b2b5bce0d21bc8fcfd9c73d068/SwiftyDropbox.podspec#L22" target="_blank"&gt;current version of SwiftyDropbox specifies Alamofire v4.5.0&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;It sounds like your Cocoapods repo may be out of date. Try running `pod repo update` first.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 15:23:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/296876#M18011</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-09-12T15:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox with Alamofire issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/296888#M18015</link>
      <description>&lt;P&gt;pod repo update didn't help. The only way to fix it was to downgrade Alamofire version to 4.5.1. But this version gives 1 warning and SwiftyDropbox has 3 warnings:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"&amp;nbsp;Using '!' in this location is deprecated and will be removed in a future release; consider changing this to '?' instead"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;"'characters' is deprecated: Please use String or Substring directly"&lt;/P&gt;
&lt;P&gt;Is there a clean version that uses Swift 4?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 17:15:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/296888#M18015</guid>
      <dc:creator>DS6</dc:creator>
      <dc:date>2018-09-12T17:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox with Alamofire issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/296890#M18016</link>
      <description>&lt;P&gt;SwiftyDropbox hasn't been updated for Swift 4,&amp;nbsp;but I'll pass this along as a request to the team.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 17:26:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/296890#M18016</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-09-12T17:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox with Alamofire issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/316983#M18810</link>
      <description>&lt;P&gt;SwiftyDropbox has been updated&amp;nbsp;for Swift 4 as of &lt;A href="https://github.com/dropbox/SwiftyDropbox/releases/tag/5.0.0" target="_self"&gt;v5.0.0&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 20:22:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-with-Alamofire-issue/m-p/316983#M18810</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-12-10T20:22:49Z</dc:date>
    </item>
  </channel>
</rss>

