简体   繁体   中英

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.

在此处输入图片说明

I have followed the steps from here https://docs.fabric.io/apple/crashlytics/missing-dsyms.html#bitcode-download.but still no success

Below are my generated DSYM files.

在此处输入图片说明

  • I have tried uploading all files a zip folder
  • I have tried uploading DSYM file as zip folder

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. 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

Above solution worked for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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