<?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: SwiftyDropbox was compiled with optimization - stepping may behave oddly in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200373#M9379</link>
    <description>&lt;P&gt;Hi Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In answer to your question, in short, no. I cannot share cause it isn't that clear cut, that said I am only using a four&amp;nbsp;methods...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; let client = DropboxClientsManager.authorizedClient!&lt;BR /&gt;&amp;nbsp; &amp;nbsp; _ = client.files.download(path:sourcePath)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; .response { response, error in&lt;BR /&gt;&amp;nbsp; &amp;nbsp; if let response = response { etc etc and&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; let client = DropboxClientsManager.authorizedClient!&lt;BR /&gt;&amp;nbsp; &amp;nbsp; _ = client.files.getThumbnail(path: sourcePath, format: Files.ThumbnailFormat.png, size: Files.ThumbnailSize.w64h64)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; .response { response, error in&lt;BR /&gt;&amp;nbsp; &amp;nbsp; if let response = response { etc etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; let client = DropboxClientsManager.authorizedClient!&lt;BR /&gt;&amp;nbsp; &amp;nbsp; _ = client.files.listFolder(path:sourcePath).response(queue: DispatchQueue(label: "MyCustomSerialQueue")) { re &amp;nbsp;sponse, error in&lt;BR /&gt;&amp;nbsp; &amp;nbsp; if let response = response { etc etc&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; let client = DropboxClientsManager.authorizedClient!&lt;BR /&gt;&amp;nbsp; &amp;nbsp; _ = client.sharing.createSharedLinkWithSettings(path: sourcePath).response(queue: DispatchQueue(label: "MyCustomSerialQueue")) { response, error in&lt;BR /&gt;&amp;nbsp; &amp;nbsp; if let response = response { etc etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I call list files, I call create shared links, I call thumbs... it works the first time around, but on the second pass if navigate to a different tree I call list files again it crashes. I can send you a link to a youtube video showing the behavior if you email me directly perhaps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I simply want to compile and use Swifty Dropbox frameworks without optimization, installing them thru carthage? I suspect that will fix it. I hope so.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2017 19:14:36 GMT</pubDate>
    <dc:creator>Mark L.45</dc:creator>
    <dc:date>2017-01-03T19:14:36Z</dc:date>
    <item>
      <title>SwiftyDropbox was compiled with optimization - stepping may behave oddly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200292#M9372</link>
      <description>&lt;P&gt;Using Carthage to build and use Swifty DropBox. For the main part it works well, but seem to be running into an issue relating to&amp;nbsp;optimization every now and again as the subject line says.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I compile without&amp;nbsp;optimization and install with Carthage?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:27:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200292#M9372</guid>
      <dc:creator>Mark L.45</dc:creator>
      <dc:date>2019-05-29T09:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox was compiled with optimization - stepping may behave oddly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200368#M9378</link>
      <description>&lt;P&gt;Can you share the steps you took, and the full output/a screenshot showing the issue so we can make sure we follow exactly what you're seeing?&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 18:51:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200368#M9378</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-03T18:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox was compiled with optimization - stepping may behave oddly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200373#M9379</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In answer to your question, in short, no. I cannot share cause it isn't that clear cut, that said I am only using a four&amp;nbsp;methods...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; let client = DropboxClientsManager.authorizedClient!&lt;BR /&gt;&amp;nbsp; &amp;nbsp; _ = client.files.download(path:sourcePath)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; .response { response, error in&lt;BR /&gt;&amp;nbsp; &amp;nbsp; if let response = response { etc etc and&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; let client = DropboxClientsManager.authorizedClient!&lt;BR /&gt;&amp;nbsp; &amp;nbsp; _ = client.files.getThumbnail(path: sourcePath, format: Files.ThumbnailFormat.png, size: Files.ThumbnailSize.w64h64)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; .response { response, error in&lt;BR /&gt;&amp;nbsp; &amp;nbsp; if let response = response { etc etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; let client = DropboxClientsManager.authorizedClient!&lt;BR /&gt;&amp;nbsp; &amp;nbsp; _ = client.files.listFolder(path:sourcePath).response(queue: DispatchQueue(label: "MyCustomSerialQueue")) { re &amp;nbsp;sponse, error in&lt;BR /&gt;&amp;nbsp; &amp;nbsp; if let response = response { etc etc&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; let client = DropboxClientsManager.authorizedClient!&lt;BR /&gt;&amp;nbsp; &amp;nbsp; _ = client.sharing.createSharedLinkWithSettings(path: sourcePath).response(queue: DispatchQueue(label: "MyCustomSerialQueue")) { response, error in&lt;BR /&gt;&amp;nbsp; &amp;nbsp; if let response = response { etc etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I call list files, I call create shared links, I call thumbs... it works the first time around, but on the second pass if navigate to a different tree I call list files again it crashes. I can send you a link to a youtube video showing the behavior if you email me directly perhaps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I simply want to compile and use Swifty Dropbox frameworks without optimization, installing them thru carthage? I suspect that will fix it. I hope so.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 19:14:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200373#M9379</guid>
      <dc:creator>Mark L.45</dc:creator>
      <dc:date>2017-01-03T19:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox was compiled with optimization - stepping may behave oddly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200376#M9380</link>
      <description>&lt;P&gt;It looks like there are some potential solutions here, if you haven't already seen these:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Carthage/Carthage/issues/1135" target="_blank"&gt;https://github.com/Carthage/Carthage/issues/1135&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/32772573/project-name-was-compiled-with-optimization-stepping-may-behave-oddly-varia" target="_blank"&gt;https://stackoverflow.com/questions/32772573/project-name-was-compiled-with-optimization-stepping-may-behave-oddly-varia&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If those don't help, feel free to open a ticket with the specifics, e.g., that video, here, and we'll take a look:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 19:25:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200376#M9380</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-03T19:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox was compiled with optimization - stepping may behave oddly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200423#M9402</link>
      <description>&lt;P&gt;Ok,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tried this and so far so good. Works without crashing...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;carthage update --configuration Debug --verbose --platform iOS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this good from an apps store deployment point of view, I don't know; well see.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 09:53:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200423#M9402</guid>
      <dc:creator>Mark L.45</dc:creator>
      <dc:date>2017-01-04T09:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox was compiled with optimization - stepping may behave oddly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200425#M9403</link>
      <description>&lt;P&gt;Stop &amp;nbsp; stop stop&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just crashed with this line ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;source Optional(["test"]) Optional("test") /test/test.004&lt;BR /&gt;precondition failed: " must match pattern "\A(?:(/(.|[\r\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?))\z": file /Users/localuser/Carthage/Checkouts/SwiftyDropbox/Source/SwiftyDropbox/PlatformNeutral/StoneValidators.swift, line 9&lt;BR /&gt;downloading supportedImages /test/test.001.png png&lt;BR /&gt;2017-01-04 10:56:10.020443 slideQueue[2116:505402] precondition failed: " must match pattern "\A(?:(/(.|[\r\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?))\z": file /Users/localuser/Carthage/Checkouts/SwiftyDropbox/Source/SwiftyDropbox/PlatformNeutral/StoneValidators.swift, line 9&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So this was in the downloading file Swifty DropBox call! This one ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let client = DropboxClientsManager.authorizedClient!&lt;BR /&gt; _ = client.files.download(path:sourcePath)&lt;BR /&gt; .response { response, error in&lt;BR /&gt; if let response = response { etc etc and&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Going to open a ticket on this ...&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 10:01:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200425#M9403</guid>
      <dc:creator>Mark L.45</dc:creator>
      <dc:date>2017-01-04T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox was compiled with optimization - stepping may behave oddly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200501#M9409</link>
      <description>Thanks! We'll take a look and respond to your ticket soon.</description>
      <pubDate>Wed, 04 Jan 2017 18:09:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-was-compiled-with-optimization-stepping-may-behave/m-p/200501#M9409</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-04T18:09:35Z</dc:date>
    </item>
  </channel>
</rss>

