Questions tagged [symbolicatecrash]

Use this tag for questions related to symbolicating a crash report/log. Symbolication replaces memory addresses with human-readable function names and line numbers.

Quoting the Developer.Apple page:

Symbolication - resolving backtrace addresses to source code methods and lines.

Usually, is found in questions that are tagged with , and/or , so if you are using this tag, please think about whether you need these tags too.

212 questions
-1
votes
0 answers

How to use iOS crash log analysis with .crash files instead of .ips files

"Crash log analysis for iOS15 and later" describes how to analyze crash logs using CrashSymbolicator.py instead of symbolicatecrash. If we have a .ips file, it seems that we can symbolize the crash log with a command like the one below. python3…
gncc
  • 300
  • 4
  • 13
-1
votes
1 answer

Determine Cause of Crash

My app uses Parse. It puts all objects from class of 'Prayers' into a TableView. When it loads, it remembers all previously loaded items, searches for new ones. Starting today, it began crashing when a new item was added. My crash log looks like…
user717452
  • 33
  • 14
  • 73
  • 149
1 2 3
14
15