<?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: Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245977#M13979</link>
    <description>&lt;P&gt;Thanks! That looks like a bug in SwiftyDropbox v4.2.0 when using Xcode 8. We'll look into it. In the meantime, you can use v4.1.2, by specifying it in your Podfile like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;pod 'SwiftyDropbox' =&amp;gt; '4.1.2'&lt;/PRE&gt;
&lt;P&gt;Then, do a `pod update`.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2017 14:56:16 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-10-09T14:56:16Z</dc:date>
    <item>
      <title>Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/244161#M13692</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the Dropbox API V1 has been turned off, the file download and upload in all our apps are not working any more. I'm now migrating to the API V2 and using Xcode 8.3.3 and Swift.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed the instructions here:&amp;nbsp;&lt;A href="https://github.com/dropbox/SwiftyDropbox#get-started" target="_blank"&gt;https://github.com/dropbox/SwiftyDropbox#get-started&lt;/A&gt; and successfully installed the SwiftyDropbox and its dependency Alamofire:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Analyzing dependencies&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Downloading dependencies&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Installing Alamofire (3.5.1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using ArcGIS-Runtime-SDK-iOS (10.2.5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using SVProgressHUD (2.2.1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Installing SwiftyDropbox (3.3.1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Generating Pods project&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Integrating client project&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sending stats&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pod installation complete! There are 3 dependencies from the Podfile and 4 total pods installed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My podfile looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;# Uncomment this line to define a global platform for your project&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;source &lt;/SPAN&gt;&lt;SPAN&gt;'&lt;A href="https://github.com/CocoaPods/Specs.git" target="_blank"&gt;https://github.com/CocoaPods/Specs.git&lt;/A&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;platform :ios, &lt;/SPAN&gt;&lt;SPAN&gt;'8.0'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;target &lt;/SPAN&gt;&lt;SPAN&gt;'FCMapApp'&lt;/SPAN&gt; &lt;SPAN&gt;do&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;# comment this line if you're not using Swift and don't want to use dynamic frameworks'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; use_frameworks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;# Pods for FCMapApp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;# pod 'Dropbox-iOS-SDK'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;#pod 'Alamofire'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; pod &lt;/SPAN&gt;&lt;SPAN&gt;'SwiftyDropbox'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; pod &lt;/SPAN&gt;&lt;SPAN&gt;'SVProgressHUD'&lt;/SPAN&gt;&lt;SPAN&gt;, :git =&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;'&lt;A href="https://github.com/SVProgressHUD/SVProgressHUD.git" target="_blank"&gt;https://github.com/SVProgressHUD/SVProgressHUD.git&lt;/A&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; pod &lt;/SPAN&gt;&lt;SPAN&gt;'ArcGIS-Runtime-SDK-iOS'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'10.2.5'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; target &lt;/SPAN&gt;&lt;SPAN&gt;'FCMapAppTests'&lt;/SPAN&gt; &lt;SPAN&gt;do&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; inherit! :search_paths&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;# Pods for testing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But when I tried to build the project I got 267 Alamofire-related Swift compiler errors!!! I'm not sure what I'm doing wrong... Can anyone please help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shimin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:18:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/244161#M13692</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2019-05-29T09:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/244243#M13711</link>
      <description>Hi Shimin, did you have Xcode try to convert the version of Swift code for the pods by any chance? The pods currently use Swift 3 and the code shouldn't be modified. If you did have Xcode modify them, uninstall and re-install them to get clean versions.&lt;BR /&gt;&lt;BR /&gt;Otherwise, can you share the errors you're getting so we can take a look? Thanks in advance! &lt;BR /&gt;&lt;BR /&gt;By the way, if you need more time to migrate your app to API v2, we can offer an extension for access to API v1. To request that, please open an API ticket with the relevant app key(s):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;</description>
      <pubDate>Fri, 29 Sep 2017 14:31:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/244243#M13711</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-29T14:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245264#M13903</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I replied the eamil sent to me from Dropbox Forum with the&amp;nbsp;error info&amp;nbsp;and steps of how I generated the errors. Did you get that email? Or do I need to put the info in this thread?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Shimin&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 02:31:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245264#M13903</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2017-10-05T02:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245372#M13913</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/497036"&gt;@ShiminCai&lt;/a&gt;&amp;nbsp;I don't believe replying to the notification email sends the content anywhere I can access it. Please post the information&amp;nbsp;in the thread here. (If you need to share it privately for some reason, you can &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket here&lt;/A&gt; instead.)&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 14:37:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245372#M13913</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-05T14:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245518#M13928</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Many thanks&amp;nbsp;for your reply and sorry I did not know that.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;My development environment is Xcode 8.3.3, Swift 3.1 and CocoaPods 1.4.0.beta.1.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The project is a currently deployed enterprise app which uses pod 'Dropbox-iOS-SDK' (Dropbox api v1) to enable file download and upload. Building the project now&amp;nbsp;does not generate any compilation errors.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Change the Podfile to install pod 'SwiftyDropbox'. The "pod install" removes Dropbox-iOS-SDK and installs&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Alamofire (3.5.1) and&amp;nbsp;SwiftyDropbox (3.3.1). The Terminal output is as below:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Last login: Fri Oct&amp;nbsp; 6 08:44:21 on console&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fcl1611-9syvsc2:~ shiminc$ cd projects&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fcl1611-9syvsc2:projects shiminc$ cd fcmapapp2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fcl1611-9syvsc2:fcmapapp2 shiminc$ pod --version&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.4.0.beta.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fcl1611-9syvsc2:fcmapapp2 shiminc$ pod install&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Analyzing dependencies&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Removing Dropbox-iOS-SDK&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Downloading dependencies&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Installing Alamofire (3.5.1)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Using ArcGIS-Runtime-SDK-iOS (10.2.5)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Using SVProgressHUD (2.1.2)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Installing SwiftyDropbox (3.3.1)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Generating Pods project&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Integrating client project&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sending stats&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Pod installation complete! There are 3 dependencies from the Podfile and 4 total pods installed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[!] The `FCMapApp [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-FCMapApp/Pods-FCMapApp.debug.xcconfig'. This can lead to problems with the CocoaPods installation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; - Use the `$(inherited)` flag, or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; - Remove the build settings from the target.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[!] The `FCMapApp [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-FCMapApp/Pods-FCMapApp.release.xcconfig'. This can lead to problems with the CocoaPods installation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; - Use the `$(inherited)` flag, or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; - Remove the build settings from the target.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fcl1611-9syvsc2:fcmapapp2 shiminc$&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The 'pod update' runs ok and the Terminal output:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fcl1611-9syvsc2:fcmapapp2 shiminc$ pod update&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Update all pods&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Updating local specs repositories&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; $ /usr/bin/git -C /Users/shiminc/.cocoapods/repos/master fetch origin&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; --progress&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; remote: Counting objects: 1683, done. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; remote: Compressing objects: 100% (1016/1016), done. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; remote: Total 1683 (delta 1101), reused 1159 (delta 586), pack-reused 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; Receiving objects: 100% (1683/1683), 187.06 KiB | 0 bytes/s, done.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; Resolving deltas: 100% (1101/1101), completed with 351 local objects.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; From &lt;A href="https://github.com/CocoaPods/Specs" target="_blank"&gt;https://github.com/CocoaPods/Specs&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; 77c312d3207..032e4c6e436&amp;nbsp; master &amp;nbsp; &amp;nbsp; -&amp;gt; origin/master&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; $ /usr/bin/git -C /Users/shiminc/.cocoapods/repos/master rev-parse&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; --abbrev-ref HEAD&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; master&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; $ /usr/bin/git -C /Users/shiminc/.cocoapods/repos/master reset --hard&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; origin/master&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; HEAD is now at 032e4c6e436 [Add] Yams 0.3.7&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Analyzing dependencies&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Pre-downloading: `SVProgressHUD` from `&lt;A href="https://github.com/SVProgressHUD/SVProgressHUD.git" target="_blank"&gt;https://github.com/SVProgressHUD/SVProgressHUD.git&lt;/A&gt;`&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Downloading dependencies&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Using Alamofire (3.5.1)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Using ArcGIS-Runtime-SDK-iOS (10.2.5)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Installing SVProgressHUD 2.2.1 (was 2.1.2)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Using SwiftyDropbox (3.3.1)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Generating Pods project&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Integrating client project&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sending stats&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Pod installation complete! There are 3 dependencies from the Podfile and 4 total pods installed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[!] The `FCMapApp [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-FCMapApp/Pods-FCMapApp.debug.xcconfig'. This can lead to problems with the CocoaPods installation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; - Use the `$(inherited)` flag, or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; - Remove the build settings from the target.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[!] The `FCMapApp [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-FCMapApp/Pods-FCMapApp.release.xcconfig'. This can lead to problems with the CocoaPods installation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; - Use the `$(inherited)` flag, or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; - Remove the build settings from the target.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fcl1611-9syvsc2:fcmapapp2 shiminc$&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Now building the project generates&amp;nbsp;267 compilation errors that are related to Alamofire:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CompilationErrors.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/1378i0DC5F8222EA39FF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="CompilationErrors.png" alt="CompilationErrors.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I also tried to open the project in Xcode 9 and had the same problems.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks a lot for your help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Shimin&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 23:37:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245518#M13928</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2017-10-05T23:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245683#M13950</link>
      <description>&lt;P&gt;It looks like you're getting an old version of SwiftyDropbox (3.3.1) and consequently an old version of Alamofire (3.5.1). You should be getting 4.2.0 and 4.4.0, respectively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not clear why you're getting the old versions though. Can you try the following?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;pod cache clean --all
pod repo update
pod update&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Oct 2017 19:32:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245683#M13950</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-06T19:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245708#M13955</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your reply helped figure out why I was getting old versions of SwityDropbox and Alamofire. It is the deployment platform specification in the Podfile. It was platform :ios, '8.0'. After changed it to platform :ios, '9.0', I now got the SwiftDropbox 4.2.0 and Alamofire 4.4.0, and all 267 Alamofire-related compilation errors are gone. Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I'm still getting a compilation error about SwiftyDropbox as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-10-07 at 10.43.23 am.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/1388iABF10227C9A46967/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-10-07 at 10.43.23 am.png" alt="Screen Shot 2017-10-07 at 10.43.23 am.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Shimin&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 23:46:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245708#M13955</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2017-10-06T23:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245977#M13979</link>
      <description>&lt;P&gt;Thanks! That looks like a bug in SwiftyDropbox v4.2.0 when using Xcode 8. We'll look into it. In the meantime, you can use v4.1.2, by specifying it in your Podfile like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;pod 'SwiftyDropbox' =&amp;gt; '4.1.2'&lt;/PRE&gt;
&lt;P&gt;Then, do a `pod update`.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 14:56:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/245977#M13979</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-09T14:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/246082#M13996</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That resolved the SDK compilation error. Many thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now it's up to me to migrate my code to V2. Our Dropbox implementation is very basic: We put files in the Dropbox app folder. A list of those files is presented to users in the app and users tap a file to download it to the app. There is no interaction between users and Dropbox such as user sign-in, etc. &amp;nbsp;I would appreciate it much if any guide regarding how to migrate this is available... &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Shimin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 23:16:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/246082#M13996</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2017-10-09T23:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alamofire compilation errors after installing the SwiftyDropbox in Xcode project with CocoaPods</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/246176#M14005</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/497036"&gt;@ShiminCai&lt;/a&gt;&amp;nbsp;We don't have a migration guide for moving between these SDKs in particular. I&amp;nbsp;recommend just reading through &lt;A href="https://github.com/dropbox/SwiftyDropbox#try-some-api-requests" target="_self"&gt;the readme for SwiftyDropbox&lt;/A&gt;, which covers the different kinds of calls, to see how each piece should be implemented.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:15:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Alamofire-compilation-errors-after-installing-the-SwiftyDropbox/m-p/246176#M14005</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-10T13:15:21Z</dc:date>
    </item>
  </channel>
</rss>

