<?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 Migrating to Xcode 8 — SwiftlyDropbox error? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migrating-to-Xcode-8-SwiftlyDropbox-error/m-p/189717#M8131</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've migrated&amp;nbsp;a project to Xcode 8. I did the Swift 2.3 syntax conversion and ran a pod update on SwiftyDropbox.&lt;/P&gt;
&lt;P&gt;I'm getting one error trying to compile. In the ViewController, on this line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dropbox.authorizeFromController(self) // initialize dropbox&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It says "Missing argument for parameter 'controller' in call"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm a bit of a newbie in Swift here, and am having a hard time figuring out what is causing the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone else run into this?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:29:59 GMT</pubDate>
    <dc:creator>Perry F.</dc:creator>
    <dc:date>2019-05-29T09:29:59Z</dc:date>
    <item>
      <title>Migrating to Xcode 8 — SwiftlyDropbox error?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migrating-to-Xcode-8-SwiftlyDropbox-error/m-p/189717#M8131</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've migrated&amp;nbsp;a project to Xcode 8. I did the Swift 2.3 syntax conversion and ran a pod update on SwiftyDropbox.&lt;/P&gt;
&lt;P&gt;I'm getting one error trying to compile. In the ViewController, on this line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dropbox.authorizeFromController(self) // initialize dropbox&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It says "Missing argument for parameter 'controller' in call"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm a bit of a newbie in Swift here, and am having a hard time figuring out what is causing the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone else run into this?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:29:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migrating-to-Xcode-8-SwiftlyDropbox-error/m-p/189717#M8131</guid>
      <dc:creator>Perry F.</dc:creator>
      <dc:date>2019-05-29T09:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating to Xcode 8 — SwiftlyDropbox error?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migrating-to-Xcode-8-SwiftlyDropbox-error/m-p/189718#M8132</link>
      <description>&lt;P&gt;Hi Perry, the authorizeFromController method was updated (to be extension-safe). You should call it like this now:&lt;/P&gt;
&lt;PRE&gt;DropboxClientsManager.authorizeFromController(UIApplication.shared,&lt;BR /&gt; controller: self,&lt;BR /&gt; openURL: { (url: URL) -&amp;gt; Void in&lt;BR /&gt; UIApplication.shared.openURL(url)&lt;BR /&gt; })&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Sep 2016 03:29:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migrating-to-Xcode-8-SwiftlyDropbox-error/m-p/189718#M8132</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-20T03:29:15Z</dc:date>
    </item>
  </channel>
</rss>

