Corrupt debug symbols found from build generated from XCode14, but it works fine using XCode13

Recently, I had to migrate a project to XCode-14 due to mandatory compliance of Appstore starting April 2023.

Now the issue is that, debug symbols generated from build using XCode14 shows corrupted, thus, Firebase is unable to process our crashes. However, it works from XCode13.

can anyone help me find the solution to this problem?

Thanks in advance.

Following warning message printed on dwarfdump <path-to-dsym> | wc -l

warning: DWARF unit at offset 0x00700cb3 contains invalid abbreviation 368 at offset 0x00700cc0, valid abbreviations are 16211

any solution to this problem?

Corrupt debug symbols found from build generated from XCode14, but it works fine using XCode13
 
 
Q