<?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 fix this issue? ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h' file not found in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/400710#M21933</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1269850"&gt;@marcoalt&lt;/a&gt;&amp;nbsp;We currently officially support &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#sdk-distribution" target="_self"&gt;three different installation methods for the&amp;nbsp;Dropbox Objective-C SDK&lt;/A&gt;. Specifically:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#cocoapods" target="_self"&gt;CocoaPods&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#carthage" target="_self"&gt;Carthage&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#manually-add-subproject" target="_self"&gt;Manual&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;It sounds like you were initially trying to install it via CocoaPods, is that right? Can you double check you followed &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#cocoapods" target="_self"&gt;the instructions&lt;/A&gt; exactly as documented?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, make sure you open the&amp;nbsp;.xcworkspace file, not the&amp;nbsp;.xcodeproj file.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2020 20:38:00 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-03-04T20:38:00Z</dc:date>
    <item>
      <title>How to fix this issue? ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h' file not found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/253222#M14616</link>
      <description>&lt;P&gt;I had a source control issue causing me to manually merge two different streams. &amp;nbsp;All my code seems to be there, but now in the app delegate I am getting the error noted above on the import statement in my AppDelegate&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#import &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can see the POD, but no idea what is going on.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 10:02:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/253222#M14616</guid>
      <dc:creator>purringpigeon</dc:creator>
      <dc:date>2020-03-05T10:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix this issue? ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h' file not found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/253226#M14617</link>
      <description>It's unclear exactly what happened in your project as a result of your source control issue, but I recommend just re-installing the pod:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#cocoapods" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c#cocoapods&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can also delete the Pods folder and Podfile.lock file to start clean before installing again.</description>
      <pubDate>Fri, 17 Nov 2017 20:37:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/253226#M14617</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-17T20:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix this issue? ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h' file not found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/253238#M14618</link>
      <description>I was able to do that - but then all the API I used is no longer there......  So I guess I will need to update all my code for the new API.</description>
      <pubDate>Fri, 17 Nov 2017 21:02:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/253238#M14618</guid>
      <dc:creator>purringpigeon</dc:creator>
      <dc:date>2017-11-17T21:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix this issue? ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h' file not found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/400689#M21930</link>
      <description>&lt;P&gt;I have the same issue and can't get this to work. I've tried cleaning, reinstalling, etc. - but I keep getting&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;#import &lt;/SPAN&gt;&amp;lt;ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h&amp;gt; file not found.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Any other ideas?&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Out of desperation I was trying the carthage option but that one fails at the basic command that I run on the terminal to build it (the idea was to add it manually at this point).&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;If you can point me in the right direction for a manual add, that's fine too, as long as I can get past this problem.&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 19:07:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/400689#M21930</guid>
      <dc:creator>marcoalt</dc:creator>
      <dc:date>2020-03-04T19:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix this issue? ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h' file not found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/400710#M21933</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1269850"&gt;@marcoalt&lt;/a&gt;&amp;nbsp;We currently officially support &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#sdk-distribution" target="_self"&gt;three different installation methods for the&amp;nbsp;Dropbox Objective-C SDK&lt;/A&gt;. Specifically:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#cocoapods" target="_self"&gt;CocoaPods&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#carthage" target="_self"&gt;Carthage&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#manually-add-subproject" target="_self"&gt;Manual&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;It sounds like you were initially trying to install it via CocoaPods, is that right? Can you double check you followed &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#cocoapods" target="_self"&gt;the instructions&lt;/A&gt; exactly as documented?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, make sure you open the&amp;nbsp;.xcworkspace file, not the&amp;nbsp;.xcodeproj file.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 20:38:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fix-this-issue-ObjectiveDropboxOfficial/m-p/400710#M21933</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-03-04T20:38:00Z</dc:date>
    </item>
  </channel>
</rss>

