<?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: xcodebuild error in ObjectiveDropboxOfficial iOS build in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/331004#M19347</link>
    <description>&lt;P&gt;Thanks for the output. I see you're just running the standard `carthage update --platform iOS` command, which is the same as what I tried.&lt;/P&gt;
&lt;P&gt;To try to track down the issue here, can you also let me know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What version of `carthage` do you have installed? You can check with `carthage version`. (I tested on&amp;nbsp;0.31.2.)&lt;/LI&gt;
&lt;LI&gt;Are you using &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#carthage" target="_blank"&gt;the standard documented Cartfile&lt;/A&gt;? If not, what do you have?&lt;/LI&gt;
&lt;LI&gt;Can you also try this with the same Cartfile but with a new Xcode project? If it works with a new project, there may be a project setting causing the issue.&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 26 Feb 2019 19:32:22 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-02-26T19:32:22Z</dc:date>
    <item>
      <title>xcodebuild error in ObjectiveDropboxOfficial iOS build</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/330464#M19305</link>
      <description>&lt;P&gt;Can't build new 3.9.4 version of ObjectiveDropboxOfficial framework in xcodebuild.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Message "DTDeviceKit: deviceType from 00008006-001710143AA2002E was NULL"&lt;/P&gt;&lt;P&gt;Finally fails to write ~/Development/App name/Carthage/Build/iOS/ObjectiveDropboxOfficial.framework:&lt;/P&gt;&lt;P&gt;with ErrorDomain=NSPOSIXErrorDomain Code:2 "No such file or directory"&lt;/P&gt;&lt;P&gt;Xcode 10.1, Mojave 10.14.3&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/330464#M19305</guid>
      <dc:creator>John B.41</dc:creator>
      <dc:date>2019-05-29T09:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: xcodebuild error in ObjectiveDropboxOfficial iOS build</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/330759#M19323</link>
      <description>&lt;P&gt;Are you following the instructions from&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#carthage" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c#carthage&lt;/A&gt; to install the Dropbox SDK using Carthage? I just tried that with v3.9.4 of the SDK and v10.1 of Xcode, and I didn't get the error you shared here.&lt;/P&gt;
&lt;P&gt;Can you share the exact steps you're following to reproduce this and the full output you're getting?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"DTDeviceKit" doesn't seem to be referring to&amp;nbsp;Dropbox SDK code, but we'll be happy to take a look and try to reproduce this to see if we can offer any insight.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 17:44:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/330759#M19323</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-02-25T17:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: xcodebuild error in ObjectiveDropboxOfficial iOS build</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/330842#M19334</link>
      <description>&lt;P&gt;Here's the Terminal output from xcodebuild:&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Last login: Mon Feb 25 16:31:16 on ttys000&lt;BR /&gt;dungannon:~ jb$ cd /Users/jb/Development/Scoring\ Machine&lt;BR /&gt;dungannon:Scoring Machine jb$ carthage update --platform iOS&lt;BR /&gt;*** Fetching dropbox-sdk-obj-c&lt;BR /&gt;*** Checking out dropbox-sdk-obj-c at "3.9.4"&lt;BR /&gt;*** xcodebuild output can be found in /var/folders/mh/qzy5xyc55mggdms80vqq29f00000gn/T/carthage-xcodebuild.5eNEJN.log&lt;BR /&gt;*** Building scheme "ObjectiveDropboxOfficial iOS" in ObjectiveDropboxOfficial.xcodeproj&lt;BR /&gt;Failed to write to /Users/jb/Development/Scoring Machine/Carthage/Build/iOS/ObjectiveDropboxOfficial.framework: Error Domain=NSCocoaErrorDomain Code=260 "The file “ObjectiveDropboxOfficial.framework” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/jb/Library/Developer/Xcode/DerivedData/ObjectiveDropboxOfficial-czkyzvwvvahgycguujzqvowxfoao/Build/Products/Release-iphoneos/ObjectiveDropboxOfficial.framework, NSUnderlyingError=0x7fcda49af680 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}&lt;BR /&gt;dungannon:Scoring Machine jb$&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------&lt;/P&gt;&lt;P&gt;notice the NSFilePath in the output - expected to be in .../Build/Products/Release-iphoneos/&lt;/P&gt;&lt;P&gt;upon examining the contents of DerivedData for the build, the framework and its .SYM file is at .../Build/Products/Release-iphonesimulator/ &amp;nbsp; !!!! &amp;nbsp;How does this happen? Xcode wasn't even running. &amp;nbsp;xcodebuild sent the build products to the wrong place (and then went looking for it at the correct location). &amp;nbsp;We're stumped.&lt;/P&gt;&lt;P&gt;The previous DTDeviceKit notice only appears during the build when Xcode is active. &amp;nbsp;We don't understand that either, but it may not be the cause of the ultimate error. &amp;nbsp;Thanks for following up.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 23:06:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/330842#M19334</guid>
      <dc:creator>John B.41</dc:creator>
      <dc:date>2019-02-25T23:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: xcodebuild error in ObjectiveDropboxOfficial iOS build</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/330847#M19335</link>
      <description>&lt;P&gt;.... which results in a built product that doesn't include an ARM64 slice, which means it's useless for using in a ARM64-capable product.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 23:54:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/330847#M19335</guid>
      <dc:creator>John B.41</dc:creator>
      <dc:date>2019-02-25T23:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: xcodebuild error in ObjectiveDropboxOfficial iOS build</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/331004#M19347</link>
      <description>&lt;P&gt;Thanks for the output. I see you're just running the standard `carthage update --platform iOS` command, which is the same as what I tried.&lt;/P&gt;
&lt;P&gt;To try to track down the issue here, can you also let me know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What version of `carthage` do you have installed? You can check with `carthage version`. (I tested on&amp;nbsp;0.31.2.)&lt;/LI&gt;
&lt;LI&gt;Are you using &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#carthage" target="_blank"&gt;the standard documented Cartfile&lt;/A&gt;? If not, what do you have?&lt;/LI&gt;
&lt;LI&gt;Can you also try this with the same Cartfile but with a new Xcode project? If it works with a new project, there may be a project setting causing the issue.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 26 Feb 2019 19:32:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/xcodebuild-error-in-ObjectiveDropboxOfficial-iOS-build/m-p/331004#M19347</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-02-26T19:32:22Z</dc:date>
    </item>
  </channel>
</rss>

