Crash parses the iOS crash address file,
When the client collects the crash information, it is often the address information, which makes it difficult to find the specific crash location.
So the crash is used to lock the files in which the crash occurs.
1. First, find the project at or near the time of release
2. Change project to release
3. Run the program
Click here
The generated xxx. app. dSYM file is displayed in the directory.
3.1 copy the file to the directory in the crash. sh text file.
3.2 open the bugsaddress.txt file and enter the address in the client's returned failed information.
For example:
Zero x 00045757
0x0000be68
Save
33.
Xxx. app. DSYM xxx is your project name
3.4 open the terminal and enter crash. sh and sh run crash. sh then generates the corresponding address file to find the cause of the BUG Based on the provided message of the address file, which greatly improves the efficiency of searching for bugs.