上传 dSYM 文件无法使用 iOS Swift 中 Firebase Crashlytics 中的运行脚本上传

Uploading dSYM file doens't uploading using Run script in Firebase Crashlytics in iOS Swift

提问人:Keval Gajjar 提问时间:11/9/2023 最后编辑:Keval Gajjar 更新时间:11/9/2023 访问量:40

问:

我正在使用 crashlytics 记录使用 firebase 的 iOS 应用程序的崩溃, 但在“缺少dSYM文件”中似乎处于“缺少(必需)”状态。 我正在使用 , 使用脚本上传特定 dSYM 文件的另一种方法是存在的,但我需要确保,每当上传新版本时,我们不需要上传此 dSYM 文件。Xcode 14.3

我尝试过的脚本如下:

转到Target > Build Phase > Put the script

${PODS_ROOT}/FirebaseCrashlytics/run在运行脚本中

还添加了以下脚本输入文件

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

$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH) >

Check the attached image, I just want to resolve this issue, also please specify the reason behind it.

Here how i set the Run script in build phase?

谁能帮我?提前致谢。

iOS Firebase 调试 crashlytics

评论


答: 暂无答案