简体   繁体   中英

Yah! we are not missing any dSYMs

dsym file is missing for latest build.So I have gone through the instruction on below link https://docs.fabric.io/ios/crashlytics/missing-dsyms.html and upload the .zip file manually. on successfully upload message it is showing below image. 在此输入图像描述

On going back to dashboard the message "unsymbolicated crashes from missing dSYMs. I am getting this after 30 mins of successful upload.

Our build process uploads dSYMs automatically and we too saw this message for a release put out yesterday. First time we've ever gotten it.

It could be that Fabric is temporarily behind on symbolication, giving the appearance of missing symbol files.

It is suggested that,missing a dSYM is a rare occurrence when our Mac app wasn't able to get the dSYM over to our system to process crash reports. For data fidelity reasons, we only display crashes that we can symbolicate. Use Spotlight on the UUID to locate the missing dSYM, zip it up and upload it straight from your dashboard! You can also use this command:

mdfind "com_apple_xcode_dsym_uuids == ”

in an open terminal to locate the dSYM as well.

Once we process the missing dSYM, you should see crash reports in your dashboard :)

thanks aednichols, I have faced this issue because I am still using old Febric Mac app. Issue fixed after updating fabric app and cocopod to latest version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM