'No crash report version in mycrash.crash
I sent application to Appstoreconnect and its rejected for a crash. I try to symbolicate to this crash and follow this answer.
I created all the necessary things and my Folder looks like

symbolicatecrash scripts from /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/
When I go this directory on terminal and run these :
export DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer"
./symbolicatecrash mycrash.crash > symbolicated.crash
I'm getting this error message :
No crash report version in mycrash.crash at ./symbolicatecrash line 1365.
How can I fix this issue? Any suggestion would be appreciated
Solution 1:[1]
I encountered the issue as well when using symbolicatecrash on a file generated from an ips crash file using a script (https://github.com/tomieq/AppleCrashScripts?ref=iosexample.com). Resolved it by adding
Report Version: 104
Hope this helps.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Frank Saar |
