Firebase Crashlytics DSYM文件 [英] Firebase Crashlytics DSYM file

查看:263
本文介绍了Firebase Crashlytics DSYM文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将Crashlytics集成到我的应用程序中,并在步骤5中说:

I'm trying to integrate Crashlytics in my app and in the 5. step it says:

仅Xcode版本10或更高版本:将应用程序的dSYM位置添加为一个使Crashlytics能够更快地自动为大型应用程序生成dSYM的输入文件。例如:

Xcode versions 10 or higher only: Add your app’s dSYM location as an input file that enables Crashlytics to automatically generate dSYMs for large apps more quickly. For example:

$ {DWARF_DSYM_FOLDER_PATH} / $ {DWARF_DSYM_FILE_NAME} / Contents / Resources / DWARF / $ {TARGET_NAME}

我将此路径复制/粘贴到我的输入文件中,还将这 $(SRCROOT)/ $(BUILT_PRODUCTS_DIR)/ $(INFOPLIST_PATH)

I copy/pasted this path to my Input Files and also this one $(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)

调试信息设置为带有dSYM文件的DWARF。

Debug Info is set to DWARF with dSYM file.

应该 $ {DWARF_DSYM_FOLDER_PATH} / $ {DWARF_DSYM_FILE_NAME} / Contents / Resources / DWARF / $ {TARGET_NAME} 就像这样,或者这是动态路径,我需要将其替换为当前的DSYM文件路径?

Should ${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME} be like this or this is a dynamic path and I need to replace it with my current DSYM file path?

推荐答案

使用该路径应该可以,但是如果遇到问题,也可以手动指定路径,或者如果仍然无法正常使用,请按照以下说明进行操作 https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports-new-sdk?authuser = 0& platform = ios#upload-dsyms

Using that path should work, but if you run into issues you can manually specify the path as well, or follow these instructions if it's still not working https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports-new-sdk?authuser=0&platform=ios#upload-dsyms.

这篇关于Firebase Crashlytics DSYM文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆