人生最曼妙的风景,竟是内心的淡定与从容!
1. Xcode debugging plus Exception breakpoint2. Only crash report, look for crash report analysis articles, use .dSYM file analysis
SIGSEGV is usually caused by repeatedly releasing objects. This kind of error is rare after ARC. You can analyze it in detail as mentioned above. Visual inspection is under the AV category. .
Is this all crash information? You can pull out all the crash information to facilitate problem analysis.
Check if it’s an array out-of-bounds problem
Has your problem been solved? I also encountered the same problem
1. Xcode debugging plus Exception breakpoint
2. Only crash report, look for crash report analysis articles, use .dSYM file analysis
SIGSEGV is usually caused by repeatedly releasing objects. This kind of error is rare after ARC. You can analyze it in detail as mentioned above. Visual inspection is under the AV category. .
Is this all crash information? You can pull out all the crash information to facilitate problem analysis.
Check if it’s an array out-of-bounds problem
Has your problem been solved? I also encountered the same problem