For some reason I can't symbolicate my crash logs received from iTunes Connect as my app was rejected because of an crash.
I've tried the following:
- Run mdimport . in the Archives folder
- Installed Command Line Tools
- Deleted and imported the crash log into the Device Logs several times
Running dwarfdump --uuid Savea\ Booking.app/Savea\ Booking
returns:
- UUID: 9398CB03-BC2B-3A0A-8516-DE300ADCBE74 (armv7) Savea Booking.app/Savea Booking
- UUID: FD2EA5F8-23AC-3483-8A48-3BDAA92A062E (armv7s) Savea Booking.app/Savea Booking
Running dwarfdump --uuid Savea\ Booking.app.dSYM
returns:
- UUID: 9398CB03-BC2B-3A0A-8516-DE300ADCBE74 (armv7) Savea Booking.app.dSYM/Contents/Resources/DWARF/Savea Booking
- UUID: FD2EA5F8-23AC-3483-8A48-3BDAA92A062E (armv7s) Savea Booking.app.dSYM/Contents/Resources/DWARF/Savea Booking
I can find the .xarchive-file by using this command: mdfind "com_apple_xcode_dsym_uuids == 9398CB03-BC2B-3A0A-8516-DE300ADCBE74"
Following this tutorial didn't symbolicate my crash-log
This works for me. But I would really like to get it working in Xcode so that I don't have to do that every time.
Link to my .crash and .dSYM-file