Hello. For the last few months I have been facing a situation for which I do not understand either the reason or the solution. Here is an example for the last few weeks:
- In App Store Connect it shows 214 crashes for the last week
- In Xcode it shows 56 crashes for the last 2 weeks without stack traces (NO_CRASH_STACK)
- In Firebase Crashlytics there is not a single crash.
When I click "Show in Finder" it opens a folder with .xccrashpoint files. As far as I understood from the instructions on posting crash reports - this is not what is needed.
Interesting point: it looks like the errors occur on iOS 15-16 devices.
I have several questions:
- Why is the number of crashes in Xcode different from the number in App Store Connect? Where are the other crashes?
- How can I understand what the problem is if there are no stack traces in Xcode?