简体   繁体   English

缺少DSYM来处理崩溃

[英]missing DSYMs to process crashes

I am not getting crash report mails and also no reports in crashlytics 我没有收到崩溃报告邮件,也没有关于崩解的报告

In crashlytics, it is showing "It looks like we are missing dSYMs to process crashes for the versions below" 在crashlytics中,它显示“看起来我们缺少dSYM来处理以下版本的崩溃”

Actually, I have generated ipa file using "Development" distribution method. 实际上,我使用“开发”分发方法生成了ipa文件。

Is this issue is because of generating ipa using "Development" distribution method ? 这个问题是因为使用“开发”分发方法生成ipa吗?

Please help me in resolving this, thanks in advance! 请帮我解决这个问题,提前谢谢!

Here is steps to generate dsyms from xcode 以下是从xcode生成dsyms的步骤

Step 1: 步骤1:

Open Xcode and goto Windows --> Organizer 打开Xcode并转到Windows - > Organizer

Step 2: 第2步:

Select Build for which you want DSYMs and on right panel Below Export and validate option 选择您想要DSYM的Build,并在右侧面板下选择Import and validate选项
There is button Download dSYMs 有按钮下载dSYMs

And upload that to crashlytics to process the crash report 并将其上传到crashlytics以处理崩溃报告

Hope it is helpful 希望它有所帮助

在你的Xcode项目中,在Build Phases下添加以上运行脚本:

"${PODS_ROOT}/Fabric/upload-symbols" -gsp "${PROJECT_DIR}/GoogleService-Info.plist" -p ios "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}"[![enter image description here][1]][1]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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