0

Hello I have got the folder of all DSYM from archive of a build.Now i am trying to upload all the DSYM file as zip file but get this error.I have also tried to upload a single DSYM file as zip but still getting the error.

enter image description here

I have followed the steps from here https://docs.fabric.io/apple/crashlytics/missing-dsyms.html#bitcode-download.but still no success

Below are my generated DSYM files.

enter image description here

  • I have tried uploading all files a zip folder
  • I have tried uploading DSYM file as zip folder

Please tell me what is the issue ?

[![enter image description here]

enter image description here

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
TechChain
  • 8,404
  • 29
  • 103
  • 228

1 Answers1

1

Thanku Mike for letting me know.

Try using the upload-symbols script in a terminal. For example:

/Applications/Fabric.app/Contents/MacOS/upload-symbols -a YourAPIKey -p ios /Users/mbonnell/Documents/PathToDSYM

PS: Replace the API key and path with actual values and that should output more information on why the dSYM can't be processed

Above solution worked for me.

Rishi Chaurasia
  • 520
  • 4
  • 18
TechChain
  • 8,404
  • 29
  • 103
  • 228
  • I have tried this solution. In terminal it shows successfully submitted, but on fabric.io it is still showing missing dSYMs – Hassan Aftab Feb 21 '19 at 11:44