<?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 &amp;quot;Missing file&amp;quot; Errors in Xcode 8 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188721#M8033</link>
    <description>&lt;P&gt;@Clifton L.: Ok, let's try a few things. I think it might be related to XCode's source control integration. Please try the following:&lt;/P&gt;
&lt;P&gt;Navigate to the SoureControl menu item &amp;gt; Refresh status and see if the missing file error continues.&lt;/P&gt;
&lt;P&gt;In one of our updates, we renamed the Auth.swift file to OAuth.swift, so that might have the source control integration confused.&lt;/P&gt;
&lt;P&gt;Let me know if this works – if it doesn't, we can look at trying other approaches as well.&lt;/P&gt;</description>
    <pubDate>Sat, 10 Sep 2016 01:49:12 GMT</pubDate>
    <dc:creator>Stephen C.14</dc:creator>
    <dc:date>2016-09-10T01:49:12Z</dc:date>
    <item>
      <title>SwiftyDropbox "Missing file" Errors in Xcode 8</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188718#M8030</link>
      <description>&lt;P&gt;I just installed Xcode 8 and upgraded the SwiftyDropbox CocoaPod to version 3.2.0. I'm getting a few mysterious "Missing file" errors:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.dropboxforum.com/hc/user_images/2Uxi5iZeOGpxkCv0eGLG4A.png" /&gt;&lt;/P&gt;
&lt;P&gt;The first states that Auth.swift is missing from working copy, but when I browse the path it references, I see the file there:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.dropboxforum.com/hc/user_images/Srpt-878QiJi7snwstDBgw.png" /&gt;I've tried removing and reinstalling the SwiftyDropbox CocoaPod to no avail. Any idea what I can try next?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:30:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188718#M8030</guid>
      <dc:creator>Clifton L.</dc:creator>
      <dc:date>2019-05-29T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox "Missing file" Errors in Xcode 8</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188719#M8031</link>
      <description>&lt;P&gt;@Clifton L.: These issues can be tricky to debug. Often they're transient – would you mind confirming that you've done a clean build on your project (cmd+shift+k) and reset your pods (`rm -rf Pods/; rm Podfile.lock; pod install`)?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 06:38:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188719#M8031</guid>
      <dc:creator>Stephen C.14</dc:creator>
      <dc:date>2016-09-08T06:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox "Missing file" Errors in Xcode 8</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188720#M8032</link>
      <description>&lt;P&gt;Thanks for your reply. I've done that twice now and no luck.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 12:23:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188720#M8032</guid>
      <dc:creator>Clifton L.</dc:creator>
      <dc:date>2016-09-08T12:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox "Missing file" Errors in Xcode 8</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188721#M8033</link>
      <description>&lt;P&gt;@Clifton L.: Ok, let's try a few things. I think it might be related to XCode's source control integration. Please try the following:&lt;/P&gt;
&lt;P&gt;Navigate to the SoureControl menu item &amp;gt; Refresh status and see if the missing file error continues.&lt;/P&gt;
&lt;P&gt;In one of our updates, we renamed the Auth.swift file to OAuth.swift, so that might have the source control integration confused.&lt;/P&gt;
&lt;P&gt;Let me know if this works – if it doesn't, we can look at trying other approaches as well.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2016 01:49:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188721#M8033</guid>
      <dc:creator>Stephen C.14</dc:creator>
      <dc:date>2016-09-10T01:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox "Missing file" Errors in Xcode 8</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188722#M8034</link>
      <description>&lt;P&gt;I have the same problem, a refresh did not help. The issue is that in the Source folder, I have two more folders, Source and SwiftyDropbox, that's why it can't find it - any idea how to fix this?&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2016 17:54:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188722#M8034</guid>
      <dc:creator>Joe Z.1</dc:creator>
      <dc:date>2016-09-24T17:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox "Missing file" Errors in Xcode 8</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188723#M8035</link>
      <description>&lt;P&gt;found the solution - you have to commit all the files with unknown status&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 13:14:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-quot-Missing-file-quot-Errors-in-Xcode-8/m-p/188723#M8035</guid>
      <dc:creator>Joe Z.1</dc:creator>
      <dc:date>2016-09-26T13:14:46Z</dc:date>
    </item>
  </channel>
</rss>

