I tried to symbolicate the crash report.I put the dsym and app files put in a folder.Then I moved to this path via terminal.The I tried the following command in my terminal.
MacMini1$ atos -arch armv7 -o APP 0x2b000
But I got the error like atos cannot load symbols for the file APP for architecture armv7. Please help me how to solve this issue?