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.lorem ipsum– lorem ipsum2023-08-18 12:16:41 +00:00Commented 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.Abu Bäkr– Abu Bäkr2023-08-18 13:14:06 +00:00Commented 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?Abu Bäkr– Abu Bäkr2023-08-18 13:15:05 +00:00Commented 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.lorem ipsum– lorem ipsum2023-08-18 14:37:28 +00:00Commented Aug 18, 2023 at 14:37
Add a comment
|