Post

Replies

Boosts

Views

Activity

Comment on symbolicate crashlog using .symbols files instead of dSYMs
right now CI (GH Actions) produces iOS builds as well as the .symbols files (which are generated from dSYM using symbols command), but I upload builds manually from my Mac (this will be changed in the future to upload from CI directly). I can of course also store dSYM as a build artifact, but wondered if it's possible to avoid that and store the minimal amount of artifacts on CI.
Feb ’26
Comment on symbolicate crashlog using .symbols files instead of dSYMs
@DTS Engineer friendly ping
Replies
Boosts
Views
Activity
3d
Comment on symbolicate crashlog using .symbols files instead of dSYMs
right now CI (GH Actions) produces iOS builds as well as the .symbols files (which are generated from dSYM using symbols command), but I upload builds manually from my Mac (this will be changed in the future to upload from CI directly). I can of course also store dSYM as a build artifact, but wondered if it's possible to avoid that and store the minimal amount of artifacts on CI.
Replies
Boosts
Views
Activity
Feb ’26
Comment on symbolicate crashlog using .symbols files instead of dSYMs
right now CI produces iOS builds, but I upload them manually from my Mac (this will change in the future). For that I save as artifacts only ipa file and .symbols files generated from dSYM. I understand that I could simply save dSYM artifact as well (or instead of .symbols and generate them one my Mac), but I wonder how to avoid that.
Replies
Boosts
Views
Activity
Feb ’26