简体   繁体   English

看来我们缺少dSYM来处理版本的崩溃

[英]It looks like we are missing dSYMs to process crashes for the versions

I have enabled the project settings of the project and target and set Debug Information Format for both Debug and Release to DWARF with dSYM File. 我已经启用了项目和目标的项目设置,并使用dSYM文件将Debug和Release的Debug Information Format设置为DWARF。 I have enabled the Bitcode to NO. 我已将Bitcode设置为NO。

But I am getting the error " we are missing dSYMs to process crashes for the versions below ". 但是我收到错误消息“ 我们缺少dSYM来处理以下版本的崩溃 ”。

I have followed the below steps to generate dSYMs file. 我已按照以下步骤生成dSYMs文件。

1.  Go to the Window Menu -> Organizer in Xcode.

2.  Select the right version of build and click on the button "Download Debug Symbols" on the right panel

3.  Right Click on right version of build and select show in Finder.

4.  Select an .xcarchieve file then right click on that and click on Show Package contents

5.  Then Go to *dSYMs folder* and select .dSYM file and compress that file.

6.  Now Final Step is to upload compressed file on fabric.

My question is when i add the new DSYM file into the fabric, will it remove the existing crashes logs?? 我的问题是,当我将新的DSYM文件添加到结构中时,它将删除现有的崩溃日志吗?

Yes, @Arun because every time you recompile your project after adding a line of code, the dSYM changes because the address of your lines of the code in resulting binary is not the same that's the reason remove the existing crashes logs. 是的,@ Arun是因为每次添加一行代码后重新编译项目时,dSYM都会更改,因为结果二进制文件中的代码行地址不同,这就是删除现有崩溃日志的原因。 You can look below link https://docs.fabric.io/apple/crashlytics/missing-dsyms.html#upload-symbols-script 您可以在下面的链接中查看https://docs.fabric.io/apple/crashlytics/missing-dsyms.html#upload-symbols-script

@Arun, Make sure you are uploading the correct dSYM (UUID of missing dSYM matches with uploading dSYM). @Arun,请确保您上载了正确的dSYM(缺少dSYM的UUID与上载dSYM匹配)。 If fabric do not process these dSYM then reach out to us at support@fabric.io and we can look into this further. 如果Fabric无法处理这些dSYM,请通过support@fabric.io与我们联系,我们可以进一步调查。

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

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