04 May 2023
11:58 AM
- last edited on
18 May 2023
10:16 AM
by
AgataWlodarczyk
Solved! Go to Solution.
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).
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
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.