Static Library Symbols are missing from the bcsymbolmap

We are trying to symbolicate crashes that happen in our included static libraries but it appears that the symbols are removed.

Does anyone know hoe to include the the bitcode symbols from a static library? I have tried many of the Build Settings and none seem to keep the symbols.

Example from a bcsymbolmap with Kingfisher as the static library:
Code Block
_$s10Kingfisher0A17ParsedOptionsInfoV11targetCacheAA05ImageF0CSgvpMV
hidden#4023_
hidden#4024_
hidden#4025_
hidden#4026_
hidden#4027_
hidden#4028_
_$s10Kingfisher16ImageProgressiveVMn
hidden#4029_
hidden#4030_
__hidden#4031_

All the rest of the symbols for the rest of the codebase are present.
Answered by BAR115 in 666129022
Accepted Answer
Static Library Symbols are missing from the bcsymbolmap
 
 
Q