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

别来无恙 提交于 2019-12-10 02:09:37

问题


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? I need the dSYM to upload to Crittercism.

Thanks in advance.


回答1:


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.)




回答2:


Unfortunately, the dSYM is included within the app archive but not within the .ipa file, so it is not possible to get it from downloading the app from the App Store.

This is for security reasons too- having the dSYM within the .ipa file would mean anyone could download it, potentially making it easier to hack/crack/reverse engineer your app.



来源:https://stackoverflow.com/questions/19820171/how-to-get-the-dsym-file-from-the-ipa-file-available-on-app-store

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!