Usymtool can not run on mac m1 silicon!

when i export ipa on the new mac air 2020(m1 and silicon) i found an error:

/Users/xxx/jenkins/workspace/dev_kkpoke_ios/workSpace/IOSTools/build/kkpoke/process_symbols.sh: line 12: 26591 Segmentation fault: 11 “$PROJECT_DIR/usymtool” -symbolPath “$DWARF_DSYM_FOLDER_PATH/$DWARF_DSYM_FILE_NAME”
Command PhaseScriptExecution failed with a nonzero exit code

This is because usymtool cannot run.
so i run usymtool . it has an error :
./usymtool
zsh: segmentation fault

when i run in my old mac book ,is has no error.

I wait for the issue to be solved

Has this issue been fixed?

Have any of you submitted a bug report?

no one. you can report it.

I did not experience this issue because I don’t have M1 Macs, so I cannot submit issues on your behalf.

I’ve filed a bug report, it’s not yet fixed in any version I’ve tried so far. The only solution would be to turn off cloud diagnostics which is not an option for a live project.

duplicate thread: usymtool Segmentation Fault on M1 Mac