A week ago I published my app made with nativescript angular to appstore connect and it was rejected because they say the app crash on launch. The crash doesn't happen with me in debug so I wanted to decrypt the crashlog they send me to figure out what causes the crash. The problem is that I cannot symbolicate the crash log from Xcode 12, when I drag and drop the crash file to device log, nothing happen. Apple send me only the crash log without the Dsym file so I tried the commands to get the path to Dsym without success.
A week ago I published my app made with nativescript angular to appstore connect and it was rejected because they say the app crash on launch. The crash doesn't happen with me in debug so I wanted to decrypt the crashlog they send me to figure out what causes the crash. The problem is that I cannot symbolicate the crash log from Xcode 12, when I drag and drop the crash file to device log, nothing happen. Apple send me only the crash log without the Dsym file so I tried the commands to get the path to Dsym without success.
Here's one of the crashlog.txt I received from apple:
Here's my package.json:
My nativescript version is 6.3.3 and I use Xcode 12.
The text was updated successfully, but these errors were encountered: