cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DTXDssClient not allowing to enter command to process dSYM file

jkdev
Newcomer
I want to upload dSYM file to Dynatrace, I followed https://www.dynatrace.com/support/help/platform-modules/digital-experience/mobile-applications/analy... link and downloaded DTXDssClient but it is not allowing to enter anything.

Can someone help?
3 REPLIES 3

Patrick_H
Dynatrace Champion
Dynatrace Champion

Hi,
please elaborate on "it is not allowing to enter anything". DTXSSClient is a command line utility and you pass the arguments on command line: https://www.dynatrace.com/support/help/shortlink/mobile-symbolication#upload-ios-symbol-extract-file...
It can be used to either only preprocess the dSYM files and then upload it to cluster in the webUI, or preprocess and upload in one go (token required for upload).

iOS help: https://www.dynatrace.com/support/help/shortlink/ios-hub

I am trying https://www.dynatrace.com/support/help/shortlink/mobile-symbolication#preprocess-dsym-files

when i try to enter DTXDssClient -decode symbolsfile=easyTravelApp.xcarchive command in DTXDssClient it is not taking input

i tried to run in terminal but it is showing below error

zsh: command not found: DTXDssClient

Patrick_H
Dynatrace Champion
Dynatrace Champion

I guess you only downloaded the DTXDssCLient and did not add it to your shells path - so the shell does not know where to find it. If you are in your shell in the same directory as the downloaded files reside you can start it with ./DTXDssClient -decode symbolsfile=./easyTravelApp.xcarchive or from any directory with the relative path to all the files, e.g. ~/my.user/Downloads/DTXDssClient -decode symbolsfile=~/my.user/Downloads/pathtodsym/easyTravelApp.xcarchive - please not that also the path to the xcarchive or dsym file has to be provided.

iOS help: https://www.dynatrace.com/support/help/shortlink/ios-hub

Featured Posts