No dSYMs were found for Version x.x.x
Asked Answered
L

1

12

I am getting the Crashlytics detected a missing dSYM for version 1.2.1 error. I got No dSYMs were found for Version 1.2.1 when I was trying to get the dsym file from xcode.

I was trying to get the dsym file from app store -> testflight -> Build Metadata -> includes symbols, but there have no download button just Yes there.

so I did some search and was trying to download the dysm file from xcode, Follow the link, and then got the Archive successfully, but when I try to download the debug symbols and get the error "No dSYMs were found for Version 1.2.1". Could someone give me some advice how to solve this problem? I didn't find someone with the same error as me.

Following is my build options setting: xcode build option setting This is the error I got: error image

Laoag answered 13/12, 2022 at 18:27 Comment(3)
Try following the steps from this answer. https://mcmap.net/q/1012883/-xcode-14-how-to-upload-dsym-to-crashlytics When the dSYMs cannot be found, sometimes is better to do these steps to generate new dSYMs.Terrorstricken
I have the 'Debug Information Format' set to 'DWARF with dSYM File' for all your build types... and still trying to download dsym using 'Download debug symbols' from archive produces above error (No dSYMs were found for Version x.x Build yyy). Any other thought or suggestion that could help please ?Photocopier
im having the same exact issue... checking on the comments first answer ...Privatdocent
Y
0

The reason why you can't download dSYMs from App Store Connect anymore is that Apple deprecated Bitcode support in Xcode 14 (more on that). So, since Apple doesn't recompile your binary anymore, they don't generate new dSYMs either (Apple's engineer response). You should use your local dSYMs now.

Yolandoyolane answered 8/8, 2024 at 19:43 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.