Question

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.

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top