04 May 2023 07:58 PM - last edited on 18 May 2023 06:16 PM by AgataWlodarczyk
Solved! Go to Solution.
05 May 2023 06:41 AM - edited 05 May 2023 06:42 AM
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).
06 May 2023 03:31 AM
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
08 May 2023 07:13 AM
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.