In xcode12.5, we can get the detailed crash data in a specific app version and on a certain day through the path Xcode/.../crashes/Appstore/***.xcrashpoint/distributioninfo /.../info.json, but the file format has been modified in xcode13.0 to become Xcode/.../crashes/points/***.xcrashpoint/filters/.../ distributioninfo.json, we failed to query crash data in a specific app version on a certain day with this new file
My setup is Xcode 13.0, macOS Big Sur 11.5.2;
We can't see the detail info of the crash in a specific version on a specific date from the data downloaded from Xcode13, so we can't record the crash details of our app version in detail
Please check this problem, and if anyone had the same issue, please comment below;
2
0
664