How to get the dSYM file from the ipa file available on App Store

前端 未结 2 1638
谎友^
谎友^ 2021-01-11 15:50

There is a way to get a dSYM file from the ipa file that is available in App Store?

I\'ve lost my archives that had that dSYM particularly.

Can I do that?

2条回答
  •  萌比男神i
    2021-01-11 16:26

    Assuming you still have access to the app in iTunes Connect, it's now possible to download the dSYM from iTunes Connect, too. Login, go to My Apps, select your app, then tap on the Activity tab at the top. Tap on the relevant build, and, assuming the app was submitted with symbols in the first place, you should see the option to "Download dSYM."

    The file you get is called dSYMs (without an extension) but it is in fact a zip file. Add the .zip extension, unzip, and you'll find your dSYM(s) inside.

    (I needed to do this this week since Crashlytics was complaining about a missing dSYM: https://stackoverflow.com/a/35374388/2397068.)

提交回复
热议问题