Xcode - There Are No Dsyms Available for Download

Why is there no download dSYM button in Testflight for my app?

Apple responded and said they are looking into the issue:

Thanks for letting us know! Our teams are looking into this. To stay updated on the progress and help with the investigation, please be sure to file a feedback report or contact support directly.

ASC Doesn't generate DSYM file - https://developer.apple.com/forums/thread/700051?answerId=704176022#704176022

Download dSYMs from Xcode Organizer i get this error Missing App Record

You can get symbols dSym directly from the xarchive:

  1. Right click on the .xcarchive from organizer
  2. Select "Show in finder" right click on file
  3. Select 'Show Package Contents' the dSYMs folder is there

As suggested by comments I've answered to my question.

From where I need to download the dSYM from app store connect?

I found the way to download the dSYM

  • Log in to App Store Connect, then click My Apps > TestFlight.
  • Select the build you want to download a dSYM for.
  • Click Build Metadata Tab > Download dSYM.

Sample Image

Here I found a mail sent by the apple developer program support.

I'm with Apple Developer Program Support. I’m following up with you
regarding your recent email.

I understand you are unable to locate the Activity tab in App Store
Connect. I can certainly look into this for you. After researching
your request, it looks like the Activity tab has merged with the
TestFlight tab in App Store Connect
. You can now see your build
metadata
under the TestFlight tab under your app record.

Update (17th Dec 2020):

Activity tab name changed to Mac Build Activity

Sample Image

Can't download dSYM file from iTunes connect

Do you still have the archive available in Xcode as you can save them out from there:

  1. Select Window -> Organizer
  2. This will open up Organizer window containing your archives.
  3. Right click on Archive and select 'Show in Finder'.
  4. Right click archive in finder and select 'Show Package Contents'.
  5. Project.xcarchive contains dSYMs, Info.plist and Products.
  6. dSYMs folder contains dSYM file of your project.

You can enable the Debug Symbol file generation during build within Xcode as below.

Sample Image



Related Topics



Leave a reply



Submit