atos failed to read xx.dSYM: The file “DWARF” couldn’t be opened

423 views Asked by At

I have a crash report from MyApp,so I have a dSYM file. I have run the following code: atos -arch arm64 -o MyApp.app.dSYM -l 0x104148000 0x00000001080031fc However, instead of getting the proper output, I am receiving an error:

atos failed to read MyApp.app.dSYM: The file “DWARF” couldn’t be opened. Any suggestions as to why this might be happening? I am not stripping debug symbols from the app.

0

There are 0 answers