How to symbolicate crash report from Apple received in .txt format not .crash format

When you get your crash report as a .txt file just follow these steps : Change the file extension .txt to .crash (eg mycrash.txt to mycrash.crash). Create a new folder in desktop and copy the mycrash.crash file to the newly created folder. Copy the .dSYM file: update: download all DSYMs from appstoreconnect activity- they are … Read more

How to Manually Symbolicate iOS Crash to View Crash Logs

EDIT :: XCode 4.3 You will want to follow the same steps as outlined in the original answer (below) with a few exceptions. First, you need to fix the Xcode path. Open a terminal and run: /usr/bin/xcode-select -print-path If it displays “/Developer” or anything but “/Applications/Xcode.app/Contents/Developer/” then it is wrong. To fix this run the … Read more