Stephen Cobbe

Results 15 comments of Stephen Cobbe

@JBishopJr: Based on some Googling, it seems like it may be related to have a superfluous .dSYM file. Checkout out the thread [here](https://github.com/Alamofire/Alamofire/issues/823) and try some of the suggestions and...

Hmm that's strange. Any chance the .dSYM in your bundle is somehow cached from the 3.0.18 SDK, instead of the latest SDK? I'll look into the "MacOSX" issue, but that...

@puneettest: Would you mind sending us a redacted version of your project so that we can debug on our end? https://www.dropbox.com/developers/contact Let us know – thanks!

@puneettest: Sorry for the delay here. I downloaded the above project, and built/ran it, and I did not receive any errors. Are you able to reproduce your issue in this...

Sorry for the long delay here. I think the solution is to make sure that you're passing the topmost view controller when authorizing. With the UISplitViewController case, it's not necessarily...

@pascalfribi: Any update here? Are you still seeing this issue? Can you also confirm that your app is not in the background when the download finishes? It won't execute your...

Thanks for the detailed repro steps. I'll see if I can look into this and try and repro on my end. Thanks!

@attilaz: Thanks for the feedback. Although using a package manager can be a little bit harder than just dragging and dropping a `.framework` file, it is a more reliable and...

@IliyanKafedzhiev: Are you still seeing the issue? Do you have code to reproduce?

@IliyanKafedzhiev: Great to hear! I've updated the sample documentation to use this method by default (rather than the less explicit upload method). Let us know if you run into any...