No dSYMs available for download on ASC

ASC correctly indicates that my app includes symbols, and has a clickable "Download dSYM" link, but nothing appears to be getting downloaded.

Searching across my file system with mdfind -name .dSYM | while read -r line; do dwarfdump -u "$line"; done (via Firebase) doesn't show the expected UUID from any sort of download having actually transpired, so...what gives?

I scanned a few seemingly related threads, is this still an ongoing issue (potentially related to the new submission system)?

Answered by ncoelius in 706300022

Just discovered it's this issue: https://developer.apple.com/forums/thread/667552

Chrome doesn't recognize the link as safe, and so quietly fails. Copying the link address and pasting it into the URL bar works fine though!

Accepted Answer

Just discovered it's this issue: https://developer.apple.com/forums/thread/667552

Chrome doesn't recognize the link as safe, and so quietly fails. Copying the link address and pasting it into the URL bar works fine though!

No dSYMs available for download on ASC
 
 
Q