简体   繁体   中英

missing DSYMs to process crashes

I am not getting crash report mails and also no reports in crashlytics

In crashlytics, it is showing "It looks like we are missing dSYMs to process crashes for the versions below"

Actually, I have generated ipa file using "Development" distribution method.

Is this issue is because of generating ipa using "Development" distribution method ?

Please help me in resolving this, thanks in advance!

Here is steps to generate dsyms from xcode

Step 1:

Open Xcode and goto Windows --> Organizer

Step 2:

Select Build for which you want DSYMs and on right panel Below Export and validate option
There is button Download dSYMs

And upload that to crashlytics to process the crash report

Hope it is helpful

在你的Xcode项目中,在Build Phases下添加以上运行脚本:

"${PODS_ROOT}/Fabric/upload-symbols" -gsp "${PROJECT_DIR}/GoogleService-Info.plist" -p ios "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}"[![enter image description here][1]][1]

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