I've seen several (e.g. question1, question2, question3) questions about viewing crash reports that don't help me. Since I'm new to Apple development, my questions sort of translates to "is this how I'm supposed to open crash reports?"
Here's what I'm doing:
- Open project in Xcode (version 12.4)
- Navigate to Window->Organizer and click "Crashes"
- Select the release build (1.2) for which I'm trying to view crash reports
Because Xcode shows no crash reports for that particular release (I do see some for older releases), I did this:
- Login to App Store Connect
- Navigate to App Analytics->MyApp->Crashes
- Click "Add Filter" then App Version -> 1.2
This page shows that there have been over 100 crashes for this build in the last month (and they pretty well span the whole month). I am expecting to be able to view a report for each one of these. Is that not necessarily possible?
In response to some of the SO questions I've seen, I've done this:
- Navigate to TestFlight->Build 1.2-> Build Metadata to verify I have included Symbols
- Navigate to Users and Access->MyAccount to verify I have admin permission and Access to Reports
- Restarted Xcode
What else should I be doing?