Skip to content
Dave Plunkett edited this page Mar 3, 2023 · 5 revisions

Welcome to the BugSplat-macOS wiki!

Interesting pages:

https://developer.apple.com/documentation/xcode/examining-the-fields-in-a-crash-report

https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary

https://gist.github.com/bmatcuk/c55a0dd4f8775a3a2c5a

https://imnotyourson.com/symbolicate-crash-report-with-dsym/

Useful tips

To verify the contents of Universal app: lipo -archs ./BugsplatTester.app/Contents/MacOS/BugsplatTester

Expect result: x86_64 arm64

Clone this wiki locally