<?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 Won't build via carthage with Xcode 12 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/453723#M23439</link>
    <description>&lt;P&gt;Updated to macOS Catalina and Xcode 12 (GM). &amp;nbsp;Went to re-build SwiftyDropbox via carthage and got a build failure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;% carthage update --platform iOS
*** Fetching SwiftyDropbox
*** Fetching Alamofire
*** Checking out Alamofire at "4.9.1"
*** Checking out SwiftyDropbox at "5.1.0"
*** xcodebuild output can be found in /var/folders/_5/5l75kztx2js6d20w3rsyh45c0000gn/T/carthage-xcodebuild.vwNKbg.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
Build Failed
	Task failed with exit code 1:
	/usr/bin/xcrun lipo -create /Users/randy/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A7209/Alamofire/4.9.1/Build/Intermediates.noindex/ArchiveIntermediates/Alamofire\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Alamofire.framework/Alamofire /Users/randy/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A7209/Alamofire/4.9.1/Build/Products/Release-iphonesimulator/Alamofire.framework/Alamofire -output /Users/randy/projects/Colorado-CRS/Carthage/Build/iOS/Alamofire.framework/Alamofire

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/_5/5l75kztx2js6d20w3rsyh45c0000gn/T/carthage-xcodebuild.vwNKbg.log&lt;/PRE&gt;
&lt;P&gt;Worked OK on macOS Mojave and Xcode 11.3.1 immediately prior. &amp;nbsp;Anyone know if this is a known issue, or how I can get past it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2020 20:56:21 GMT</pubDate>
    <dc:creator>meadowsr</dc:creator>
    <dc:date>2020-09-21T20:56:21Z</dc:date>
    <item>
      <title>Won't build via carthage with Xcode 12</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/453723#M23439</link>
      <description>&lt;P&gt;Updated to macOS Catalina and Xcode 12 (GM). &amp;nbsp;Went to re-build SwiftyDropbox via carthage and got a build failure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;% carthage update --platform iOS
*** Fetching SwiftyDropbox
*** Fetching Alamofire
*** Checking out Alamofire at "4.9.1"
*** Checking out SwiftyDropbox at "5.1.0"
*** xcodebuild output can be found in /var/folders/_5/5l75kztx2js6d20w3rsyh45c0000gn/T/carthage-xcodebuild.vwNKbg.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
Build Failed
	Task failed with exit code 1:
	/usr/bin/xcrun lipo -create /Users/randy/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A7209/Alamofire/4.9.1/Build/Intermediates.noindex/ArchiveIntermediates/Alamofire\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Alamofire.framework/Alamofire /Users/randy/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A7209/Alamofire/4.9.1/Build/Products/Release-iphonesimulator/Alamofire.framework/Alamofire -output /Users/randy/projects/Colorado-CRS/Carthage/Build/iOS/Alamofire.framework/Alamofire

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/_5/5l75kztx2js6d20w3rsyh45c0000gn/T/carthage-xcodebuild.vwNKbg.log&lt;/PRE&gt;
&lt;P&gt;Worked OK on macOS Mojave and Xcode 11.3.1 immediately prior. &amp;nbsp;Anyone know if this is a known issue, or how I can get past it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 20:56:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/453723#M23439</guid>
      <dc:creator>meadowsr</dc:creator>
      <dc:date>2020-09-21T20:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Won't build via carthage with Xcode 12</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/453840#M23443</link>
      <description>&lt;P&gt;Thanks for the report! &lt;STRIKE&gt;I just gave this a try on macOS Catalina with Xcode 12 GM though, and it didn't fail for me. Can you let me know what your Cartfile look likes and what&amp;nbsp;version of Carthage you're using?&lt;/STRIKE&gt; Edit: disregard this. I can reproduce this issue now. It looks like my Carthage was still using an old version of Xcode when I first tried this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, it looks like this may be the issue reported for Carthage here:&amp;nbsp;&lt;A href="https://github.com/Carthage/Carthage/issues/3019" target="_blank" rel="noopener"&gt;https://github.com/Carthage/Carthage/issues/3019&lt;/A&gt; . Can you try the workaround offered there? (Actually, it looks like there may be more than one to try, and it may depend on your project config.)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 15:22:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/453840#M23443</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-16T15:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Won't build via carthage with Xcode 12</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/454640#M23468</link>
      <description>&lt;P&gt;I'm seeing an identical issue since upgrading to Xcode 12. I thought it might have to do with Alamofire, but I don't see much in the build log. There is this warning, but not sure it's relevant:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'Alamofire iOS' from project 'Alamofire')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise, if you figure anything out.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 14:48:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/454640#M23468</guid>
      <dc:creator>Anthony B.15</dc:creator>
      <dc:date>2020-09-19T14:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Won't build via carthage with Xcode 12</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/454672#M23469</link>
      <description>&lt;P&gt;I saw on another thread that SwiftyDropbox is now available as a Swift Package (v 6.02). You can find it here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/dropbox/SwiftyDropbox" target="_blank"&gt;https://github.com/dropbox/SwiftyDropbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is probably the way to go now.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 20:28:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/454672#M23469</guid>
      <dc:creator>Anthony B.15</dc:creator>
      <dc:date>2020-09-19T20:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Won't build via carthage with Xcode 12</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/455050#M23480</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/34701"&gt;@Anthony B.15&lt;/a&gt;&amp;nbsp;SwiftyDropbox does now support Swift Package Manager, so you can use that to install it if you wish.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the error you received, it doesn't seem to be quite the same error as the original one in this thread, so it's likely not exactly the same issue.&amp;nbsp;The error you&amp;nbsp;received seems to indicate that your app is targeting an older version of iOS than is supported by Alamofire (which SwiftyDropbox uses), so you wouldn't be able to use SwiftyDropbox/Alamofire in that project unless you increase your deployment target.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 16:27:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Won-t-build-via-carthage-with-Xcode-12/m-p/455050#M23480</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-21T16:27:31Z</dc:date>
    </item>
  </channel>
</rss>

