-
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
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/
To verify the contents of Universal app:
lipo -archs ./BugsplatTester.app/Contents/MacOS/BugsplatTester
Expect result: x86_64 arm64