fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

Download dSYMs for bitcode-enabled Apps #537

Closed klavergne closed 8 years ago

klavergne commented 8 years ago

We are uploading our app with Deliver, and our next version will have bitcode enabled. Does Deliver, or some other Fastlane tool, provide a way to download the dSYM files for bitcode-enabled apps?

KrauseFx commented 8 years ago

Sorry, no

klavergne commented 8 years ago

Do you have any plans to add that feature? Do you know if Apple supports downloading dSYMs in any way except through Xcode?

mRs- commented 8 years ago

HockeyApp got the same problem and the current solution in the docs is: (http://support.hockeyapp.net/kb/client-integration-ios-mac-os-x/how-to-solve-symbolication-problems)

To download the dSYMs for Bitcode enabled apps please open the Xcode's Organizer. Select the specific Archive of your app that you uploaded to iTunes Connect and click on the "Download dSYMs" button which will insert the Bitcode compiled dSYMs into the original archive. Then manually upload the symbols to the corresponding app and version on HockeyApp.

klavergne commented 8 years ago

It sounds like we will only be able to get dSYMs for apps that are archived and uploaded via Xcode, but not tools like Deliver. Is this true?

mRs- commented 8 years ago

No it should be available to all builds

Am 15.01.2016 um 19:51 schrieb Kevin LaVergne notifications@github.com:

It sounds like we will only be able to get dSYMs for apps that are archived and uploaded via Xcode, but not tools like Deliver. Is this true?

— Reply to this email directly or view it on GitHub.

fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1535. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: