0

I am working on my crash reporting SDK and I need dSYM files to symbolicate my crashes. How can I automatically upload them to my own server for symbolication purposes? I've looked around quite a lot, but every question seems to be addressing uploading dSYM to Firebase Crashlytics. Any help would be appreciated.

4
  • I doubt it is possible. Especially since larger analytics SDKs such as Crashlytics require the user to “upload symbols” to symbolicate reports. Commented Aug 18, 2023 at 12:16
  • @loremipsu, in case of Firebase Crashlytics, it require user to add a Run Script in build Phases in order to automatically upload dSYM to its server. Commented Aug 18, 2023 at 13:14
  • But I am confused about this line "${BUILD_DIR%/Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run" How this command is able to upload dSYM behind the scenes? Commented Aug 18, 2023 at 13:15
  • Open the file and look at it. I don’t know off the top of my head but that would be the place where I would start looking. Commented Aug 18, 2023 at 14:37

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.