0

If I click the "Download dSYMs button for the Archive that I have uploaded to the App Store in XCodes Organizer window I get a message to say that "There are no dSYMs available for download".

In iTunes Connect if I select my app, then go to Activy | All Builds | Build Details I do not find a link to download the dSYMs - according to a number of posts I have found there should be a link available from there.

Why are these dSYMS not available for my app - I have been able to access them in the past.

daveywc
  • 3,136
  • 7
  • 45
  • 58
  • 1
    I am facing the same problem right now. If you need the dSYM you can get it from the archive. Select it in the organizer -> show in Finder -> copy it -> change to *.zip -> unzip. – LoVo May 11 '16 at 07:49
  • @LoVo - I had tried this - however the dSYMS folder in the archive is empty. – daveywc May 11 '16 at 08:39
  • Maybe this answer can help you http://stackoverflow.com/questions/22460058/how-is-a-dsym-file-created – Alex Kosyakov May 11 '16 at 09:29
  • @AlexKosyakov Unfortunately that did not help - I already have the correct settings relating to stripping of symbols for my release build – daveywc May 12 '16 at 04:19
  • @daveywc Did you check the 'Build Settings'? For your target under 'Build Options' the 'Debug Information Format' has to be 'DWARF with dSYM File' for your desired configuration that a dSYM file can be created. – FBente Aug 24 '16 at 08:52

1 Answers1

0

Check Build Settings > Build Options > Debug Information Format, if your selection is DWARF, there will not generate .dSYM file. You should choose the DWARF with dSYM File, then you can download the .dSYM file.

dSYM

rdurand
  • 7,342
  • 3
  • 39
  • 72