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:
All the rest of the symbols for the rest of the codebase are present.
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.
It seems to be fixed in Xcode 12.5
https://forums.swift.org/t/incomplete-crash-log-symbolication-for-bitcode-enabled-apps-linked-with-packages-containing-resources/42696/5
https://forums.swift.org/t/incomplete-crash-log-symbolication-for-bitcode-enabled-apps-linked-with-packages-containing-resources/42696/5