<?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: Anyone have a way to use Dropbox with ios9 and watch app?  in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151816#M5033</link>
    <description>&lt;P&gt;Initial tests are good, I will continue to do additional testing throughout this week before publishing. So far testing has been done in simulators with the updated SDK. I will test on actual devices this week as well and update soon if I find any issues. Thank you again!!!&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2016 11:21:50 GMT</pubDate>
    <dc:creator>Daniel T.42</dc:creator>
    <dc:date>2016-03-30T11:21:50Z</dc:date>
    <item>
      <title>Anyone have a way to use Dropbox with ios9 and watch app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151808#M5025</link>
      <description>&lt;P&gt;Unable to build an archive because of the enable bitcode=yes. If I can't find a solution I am going to have to remove Dropbox. This is an iOS app built with objective-c.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:38:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151808#M5025</guid>
      <dc:creator>Daniel T.42</dc:creator>
      <dc:date>2019-05-29T09:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have a way to use Dropbox with ios9 and watch app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151809#M5026</link>
      <description>&lt;P&gt;[Moved to the API Development forum]&lt;/P&gt;
&lt;P&gt;Hi Daniel, it sounds like you're using the iOS Core SDK. I'll pass this along as a feature request for an updated version with bitcode enabled, but one workaround is to add the &lt;A href="https://www.dropbox.com/developers/core/sdks/ios" target="_blank" rel="nofollow noreferrer"&gt;source&lt;/A&gt; directly to your app, instead of adding the built framework.&lt;/P&gt;
&lt;P&gt;There's an existing thread about this with some more information here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/204352929-Need-Bitcode-Framework" rel="nofollow noreferrer"&gt;https://www.dropboxforum.com/hc/en-us/community/posts/204352929-Need-Bitcode-Framework&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 07:23:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151809#M5026</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-11-12T07:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have a way to use Dropbox with ios9 and watch app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151810#M5027</link>
      <description>&lt;P&gt;Unfortunately that thread does not provide any information on how to add the source directly to the app. I tried adding it in, but I using info from that thread earlier today before posting, unfortunately I still get the same error. Does anyone have any instructions on how to add directly to the source. I have an update that needs to go be submitted this week and unfortunately will have to drop Dropbox from the app if I cannot figure out a solution to this. Any help would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;FYI - if you turn bitcode=no it breaks the integration between the watch app and that is not an option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 08:21:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151810#M5027</guid>
      <dc:creator>Daniel T.42</dc:creator>
      <dc:date>2015-11-12T08:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have a way to use Dropbox with ios9 and watch app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151811#M5028</link>
      <description>&lt;P&gt;I imagine it may depend a bit on how the project is set up, but as I recall the steps I've used in the past are:&lt;/P&gt;
&lt;P&gt;1. Remove DropboxSDK.framework from your project but right clicking it and choosing "Delete", and choose to delete files.&lt;BR /&gt;2. If you're not building for OS X, delete all of the files that reference "Mac" or "OS X" from the DropboxSDK folder in the unzipped SDK download. (Be sure to check subfolders too.)&lt;BR /&gt;3. Drag and drop the DropboxSDK folder into your project and follow the prompt, choosing to copy and create groups.&lt;BR /&gt;4. If your project uses ARC, disable ARC for the Dropbox SDK files using the -fno-objc-arc compiler flag in Build Phases -&amp;gt; Compile Sources.&lt;BR /&gt;5. Clean and rebuild.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 11:21:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151811#M5028</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-11-12T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have a way to use Dropbox with ios9 and watch app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151812#M5029</link>
      <description>&lt;P&gt;Gregory,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you, I am noticing some of the files are not needed because they are OS X. Do you happen to have a list of what files are needed for iOS as there are almost 150 files in the source?&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 11:40:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151812#M5029</guid>
      <dc:creator>Daniel T.42</dc:creator>
      <dc:date>2015-11-12T11:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have a way to use Dropbox with ios9 and watch app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151813#M5030</link>
      <description>&lt;P&gt;Searching for "Mac" or "OSX" in Finder yields:&lt;/P&gt;
&lt;P&gt;DBAuthHelperOSX.h&lt;BR /&gt;DBAuthHelperOSX.m&lt;BR /&gt;DBKeychain-OSX.m&lt;BR /&gt;DBRestClient+OSX.h&lt;BR /&gt;DBRestClient+OSX.m&lt;BR /&gt;DropboxOSX-Info.plist&lt;BR /&gt;DropboxOSX-Prefix.pch&lt;BR /&gt;DropboxOSX.h&lt;BR /&gt;MPOAuthCredentiaIConcreteStore+KeychainAdditionsMac.m&lt;/P&gt;
&lt;P&gt;So I'd&amp;nbsp;recommend just removing those instead of trying to add just iOS files.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:35:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151813#M5030</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-11-12T12:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have a way to use Dropbox with ios9 and watch app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151814#M5031</link>
      <description>&lt;P&gt;Hi Daniel, we have a new release of&amp;nbsp;the iOS Core SDK that should enable you to build an archive:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers-v1/core/sdks/ios" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers-v1/core/sdks/ios&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want, give that a try and let me know if that does or doesn't work for you.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 03:53:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151814#M5031</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-03-30T03:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have a way to use Dropbox with ios9 and watch app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151815#M5032</link>
      <description>&lt;P&gt;Gregory, Fantastic. I have been holding off on an update because of this issue as I was not able to get Dropbox to work with the previous option and I have many customers that enjoy using the feature. I will let you know if this resolves my issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:59:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151815#M5032</guid>
      <dc:creator>Daniel T.42</dc:creator>
      <dc:date>2016-03-30T07:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have a way to use Dropbox with ios9 and watch app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151816#M5033</link>
      <description>&lt;P&gt;Initial tests are good, I will continue to do additional testing throughout this week before publishing. So far testing has been done in simulators with the updated SDK. I will test on actual devices this week as well and update soon if I find any issues. Thank you again!!!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 11:21:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Anyone-have-a-way-to-use-Dropbox-with-ios9-and-watch-app/m-p/151816#M5033</guid>
      <dc:creator>Daniel T.42</dc:creator>
      <dc:date>2016-03-30T11:21:50Z</dc:date>
    </item>
  </channel>
</rss>

