<?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: ObjC SDK 3.2.0 Carthage compilation issue in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/241150#M13429</link>
    <description>&lt;P&gt;This requires a fix by Dropbox to their SDK, until that point I've solved the problem by falling back to a copy of a compiled binary I had in my source control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2017 21:42:02 GMT</pubDate>
    <dc:creator>rocketgardenlab</dc:creator>
    <dc:date>2017-09-11T21:42:02Z</dc:date>
    <item>
      <title>ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/237678#M13138</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Back in May, I successfully installed the Dropbox API v2 SDK for Objective C, version 3.1.0, for use with a Mac app, using the Carthage system&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, trying to update the SDK to the latest version (which I belive is 3.2.0), I am running an issue. The problem not only occurs when trying to update the existing SDK but also when trying to install the new SDK cleanly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifically:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. I create a directory with a Cartfile with the following contents:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# ObjectiveDropboxOfficial&lt;BR /&gt;github "&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c&lt;/A&gt;" ~&amp;gt; 3.2.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. I run the command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;carthage update --platform Mac&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This results in the following terminal output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*** Fetching dropbox-sdk-obj-c&lt;BR /&gt;*** Checking out dropbox-sdk-obj-c at "3.2.0"&lt;BR /&gt;*** xcodebuild output can be found in /var/folders/9j/dj_qfpgn77l_xcj2dvtpql3c0000gn/T/carthage-xcodebuild.ufrALJ.log&lt;BR /&gt;*** Building scheme "ObjectiveDropboxOfficial macOS" in ObjectiveDropboxOfficial.xcodeproj&lt;BR /&gt;Build Failed&lt;BR /&gt; Task failed with exit code 65:&lt;BR /&gt; /usr/bin/xcrun xcodebuild -project /Users/phoyer/work/Revisions.wc/branches/Test/Carthage/Checkouts/dropbox-sdk-obj-c/Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.xcodeproj -scheme ObjectiveDropboxOfficial\ macOS -configuration Release -derivedDataPath /Users/phoyer/Library/Caches/org.carthage.CarthageKit/DerivedData/dropbox-sdk-obj-c/3.2.0 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build (launched in /Users/phoyer/work/Revisions.wc/branches/Test/Carthage/Checkouts/dropbox-sdk-obj-c)&lt;/P&gt;
&lt;P&gt;This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/9j/dj_qfpgn77l_xcj2dvtpql3c0000gn/T/carthage-xcodebuild.ufrALJ.log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at that log, it seems the relevant error is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;/Users/phoyer/work/Revisions.wc/branches/Test/Carthage/Checkouts/dropbox-sdk-obj-c/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoute&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;s.m:131:9: fatal error: 'DBTEAMNamespaceMetadata.h' file not found&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;#import "DBTEAMNamespaceMetadata.h"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;^&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;1 error generated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Any idea of why this happens, or how to solve it? Any help would be much appreciated!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Patrik&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/237678#M13138</guid>
      <dc:creator>Patrik H.</dc:creator>
      <dc:date>2019-05-29T09:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/237928#M13159</link>
      <description>Hi Patrik, thanks for the report. This is an issue with the latest version of the SDK. We're working on it. Apologies for the trouble!</description>
      <pubDate>Mon, 21 Aug 2017 16:08:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/237928#M13159</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-21T16:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/238018#M13177</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick response. Just a couple of further points:&lt;BR /&gt;&lt;BR /&gt;1. If there is already a known workaround, I'd be interested in hearing it. &lt;BR /&gt;&lt;BR /&gt;2. Please make a note to post an update on this thread when there is a fix (new version of SDK, new workaround, or something else) so I'll be notified. &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Patrik</description>
      <pubDate>Tue, 22 Aug 2017 04:17:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/238018#M13177</guid>
      <dc:creator>Patrik H.</dc:creator>
      <dc:date>2017-08-22T04:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/238075#M13184</link>
      <description>1. The CocoaPods installation method doesn't seem to be affected by this. Changing your package manager isn't ideal of course, so in the meantime you can use version 3.1.2 via Carthage instead.&lt;BR /&gt;&lt;BR /&gt;2. Yes, I will follow up here once I have an update on this.</description>
      <pubDate>Tue, 22 Aug 2017 14:56:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/238075#M13184</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-22T14:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/238249#M13193</link>
      <description>&lt;P&gt;I'm having the same&amp;nbsp;or similar issue with my Carthage build with both 3.2.0 and 3.1.2&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seeing errors like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;LocalDevelopment/gitProjects/03-iPhone/Foliobook-4/Foliobook/Carthage/Checkouts/dropbox-sdk-obj-c/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.m:14:9: fatal error: 'DBFILESCreateFolderResult.h' file not found
#import "DBFILESCreateFolderResult.h"
        ^
1 error generated.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 14:01:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/238249#M13193</guid>
      <dc:creator>rocketgardenlab</dc:creator>
      <dc:date>2017-08-23T14:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/238285#M13195</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/469541"&gt;@rocketgardenlab&lt;/a&gt;&amp;nbsp;Thanks! That looks like effectively the same issue. I'll follow up here once it's fixed.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 16:43:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/238285#M13195</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-23T16:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/241107#M13420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm seeing something similar:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Fetching &lt;STRONG&gt;dropbox-sdk-obj-c&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;***&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; Checking out &lt;STRONG&gt;dropbox-sdk-obj-c&lt;/STRONG&gt; at &lt;/SPAN&gt;&lt;SPAN&gt;"3.2.0"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;***&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; xcodebuild output can be found in &lt;/SPAN&gt;&lt;SPAN&gt;/var/folders/1h/0qd3wyns0md4fq2n5sq6nt0r0000gp/T/carthage-xcodebuild.gkVXhA.log&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;***&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; Building scheme &lt;/SPAN&gt;&lt;SPAN&gt;"ObjectiveDropboxOfficial macOS"&lt;/SPAN&gt;&lt;SPAN&gt; in &lt;STRONG&gt;ObjectiveDropboxOfficial.xcodeproj&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Build Failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Task failed with exit code 65:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/usr/bin/xcrun xcodebuild -project /Xcode8/Final\ DB\ API\ v2\ Source/Final\ iData\ Kwik\ DB\ API\ v2/Carthage/Checkouts/dropbox-sdk-obj-c/Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.xcodeproj -scheme ObjectiveDropboxOfficial\ macOS -configuration Release -derivedDataPath /Users/mikewrightlion/Library/Caches/org.carthage.CarthageKit/DerivedData/8.3.3_8E3004b/dropbox-sdk-obj-c/3.2.0 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES build (launched in /Xcode8/Final DB API v2 Source/Final iData Kwik DB API v2/Carthage/Checkouts/dropbox-sdk-obj-c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/1h/0qd3wyns0md4fq2n5sq6nt0r0000gp/T/carthage-xcodebuild.gkVXhA.log&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas? (Not very familiar with Terminal. How do I view the xcodebuild log?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 18:22:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/241107#M13420</guid>
      <dc:creator>Mike_Wright</dc:creator>
      <dc:date>2017-09-11T18:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/241122#M13422</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/483031"&gt;@Mike_Wright&lt;/a&gt;&amp;nbsp;That's likely the same issue as discussed earlier in this thread. You can open the file&amp;nbsp;/var/folders/1h/0qd3wyns0md4fq2n5sq6nt0r0000gp/T/carthage-xcodebuild.gkVXhA.log to check the log. For example, in Terminal run:&lt;/P&gt;
&lt;PRE&gt;open /var/folders/1h/0qd3wyns0md4fq2n5sq6nt0r0000gp/T/carthage-xcodebuild.gkVXhA.log&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Sep 2017 19:13:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/241122#M13422</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-11T19:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/241150#M13429</link>
      <description>&lt;P&gt;This requires a fix by Dropbox to their SDK, until that point I've solved the problem by falling back to a copy of a compiled binary I had in my source control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 21:42:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/241150#M13429</guid>
      <dc:creator>rocketgardenlab</dc:creator>
      <dc:date>2017-09-11T21:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/241151#M13430</link>
      <description>&lt;P&gt;Thanks. I was able to drag an updated Carthage folder from another project.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 21:53:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/241151#M13430</guid>
      <dc:creator>Mike_Wright</dc:creator>
      <dc:date>2017-09-11T21:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/242323#M13514</link>
      <description>This should be fixed in the latest version, currently v3.3.2.</description>
      <pubDate>Tue, 19 Sep 2017 19:48:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/242323#M13514</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-19T19:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC SDK 3.2.0 Carthage compilation issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/242492#M13527</link>
      <description>&lt;P&gt;Thanks Greg. I look forward to trying out the new version!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 19:32:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ObjC-SDK-3-2-0-Carthage-compilation-issue/m-p/242492#M13527</guid>
      <dc:creator>Patrik H.</dc:creator>
      <dc:date>2017-09-20T19:32:23Z</dc:date>
    </item>
  </channel>
</rss>

