本文介绍了fabric.io即使在上传后也缺少dSYM的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有错误:看起来我们缺少dSYM来处理以下版本的崩溃。 - 我已经在Xcode组织器中下载了dSYM,找到了.xarchive并压缩了相应的 dSYMs 文件夹,并成功上传;但错误并没有消失,即什么都不做:

I have the error: "It looks like we are missing dSYMs to process crashes for the versions below." - I have downloaded the dSYMs in the Xcode organiser, found the .xarchive and zipped the corresponding dSYMs folder and uploaded with success; but the error does not disappear i.e. does nothing:

我如何表示我的崩溃报告?

How can I symbolicate my crash reports?

dSYM文件夹:

dSYM Folder:

推荐答案

我遇到了同样的问题并且正在寻找解决方案。由于这是错过了答案,我为我解决了这个问题,我将复活这个问题,以帮助其他人在将来遇到同样的问题。



在第一个屏幕截图中显示的部分下方,应该有一个列表必需(在崩溃可以处理之前需要这些)说明哪些UUID仍然缺失他们的dSYM以及他们的构建版本。

只需下载官方。

(例如登录iTunes,选择相应的Build和点击在Build Details屏幕下载dSYM


Below the part shown in your first screenshot, there should be a list "REQUIRED (These are needed before crashes can be processed)" stating which UUIDs are still missing their dSYM and from which Build they are.
Just download the dSYM of the respective Build(s) like stated in the official Docs » Crashlytics » All about Missing dSYMs.
(E.g. log into iTunes, select the respective Build and click on download dSYM at the Build Details screen)

下载的dSYM可以简单地手动上传为你已经做了其他文件。

The downloaded dSYM(s) can simply be manually uploaded as you already did the other file(s).

这篇关于fabric.io即使在上传后也缺少dSYM的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 20:06