简体   繁体   English

无法在结构上上传DSYM文件?

[英]Unable to upload DSYM file on fabric?

Hello I have got the folder of all DSYM from archive of a build.Now i am trying to upload all the DSYM file as zip file but get this error.I have also tried to upload a single DSYM file as zip but still getting the error. 您好我已经从一个构建的存档中获取了所有DSYM的文件夹。现在我正尝试将所有DSYM文件上传为zip文件,但出现此错误。 。

在此处输入图片说明

I have followed the steps from here https://docs.fabric.io/apple/crashlytics/missing-dsyms.html#bitcode-download.but still no success 我从这里开始执行了以下步骤:https://docs.fabric.io/apple/crashlytics/missing-dsyms.html#bitcode-download。但是仍然没有成功

Below are my generated DSYM files. 以下是我生成的DSYM文件。

在此处输入图片说明

  • I have tried uploading all files a zip folder 我尝试将所有文​​件上传到zip文件夹
  • I have tried uploading DSYM file as zip folder 我尝试将DSYM文件上传为zip文件夹

Please tell me what is the issue ? 请告诉我问题是什么?

[![enter image description here] [![在此处输入图片描述]

在此处输入图片说明

Thanku Mike for letting me know. 谢谢麦克让我知道。

Try using the upload-symbols script in a terminal. 尝试在终端中使用upload-symbols脚本。 For example: 例如:

/Applications/Fabric.app/Contents/MacOS/upload-symbols -a YourAPIKey -p ios /Users/mbonnell/Documents/PathToDSYM

PS: Replace the API key and path with actual values and that should output more information on why the dSYM can't be processed PS:用实际值替换API密钥和路径,这应该输出有关为何无法处理dSYM的更多信息

Above solution worked for me. 上述解决方案为我工作。

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

相关问题 无法将 dSYM 文件上传到 Fabric Crashlytics - Unable to upload dSYM file to Fabric Crashlytics Fabric Crashlytics如何使用Xcode集成插件在Jenkins中上传dSYM文件 - Fabric Crashlytics How to upload dSYM file in Jenkins with Xcode integration plugin 无法手动将 dSYM 文件上传到 Firebase Crashlytics 4.0.0+ - Unable to manually upload dSYM file to Firebase Crashlytics 4.0.0+ 请求不在存档或iTunes Connect dSYM文件中的dSYM的结构 - Fabric requesting dSYM that's not in archive or iTunes Connect dSYM file fabric.io即使在上传后也缺少dSYM - fabric.io missing dSYM even after upload 为新项目添加了Fabric / Crashlytics但未上传dSYM - Added Fabric/Crashlytics to new project but doesn't upload dSYM iOS - 使用“上传脚本”在版本 3.14.0 的 Crashlytics 中上传 Dsym 文件 - iOS - Use the “upload script ”to upload Dsym file in Crashlytics with version 3.14.0 Crashlytics上传IPA文件不会上传DSYM文件 - Crashlytics uploading a ipa file does not upload DSYM file 即使将位码dSYM上载到Fabric后,iOS Crashlytics崩溃日志仍显示_hidden - iOS Crashlytics crash log shows _hidden even after upload the bitcode dSYM to fabric iOS Firebase Crashylitics 日志 - 上传 dSYM 文件以处理它们 - iOS Firebase Crashylitics Logs - Upload dSYM file to process them
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM