An Xcode 9 project written in Objective-C that crashes and causes OS X to generate a crash report.
An Xcode 9 project written in Objective-C that crashes and causes OS X to generate a crash report.
I induce an crash in this OS X app so that I can explain manually symbolicating a crash report in a companion article.
To get this project running on the Simulator or a physical device (iPhone, iPad), go to the following locations in Xcode and make the suggested changes:
Product -> Archive
Window -> Organizer -> Archives -> Export…
NOTE on point 4. You’ll have to be all set up with development and distribution certificates to export a signed version of this app. This is also where you’d find your dSYM for symbolicating crash reports.