Is there a setting to have the symbols included in the bcsymbolmap for swift package dependencies?
Without the symbols included, we are unable to symbolicate crashes that happen in our dependencies.
Snippet from the generated bcsymbolmap containing Kingfisher:
We tried symbolicating a crash that happened in Kingfisher and the lines were not able to symbolicate.
The symbols are also hidden for our other Swift Package Dependencies as well.
Without the symbols included, we are unable to symbolicate crashes that happen in our dependencies.
Snippet from the generated bcsymbolmap containing Kingfisher:
Code Block _$s10Kingfisher17ImageDataProviderMphidden#2906_hidden#2907__$s10Kingfisher26LocalFileImageDataProviderVMnhidden#2908_hidden#2909_hidden#2910_hidden#2911__$s10Kingfisher23Base64ImageDataProviderVMnhidden#2912_hidden#2913_hidden#2914_hidden#2915__$s10Kingfisher20RawImageDataProviderVMnhidden#2916_hidden#2917___hidden#2918_
We tried symbolicating a crash that happened in Kingfisher and the lines were not able to symbolicate.
Code Block Thread 3 name: Dispatch queue: com.apple.root.default-qosThread 3 Crashed:0 Watch Extension 0x0022a91c _hidden#1323_ + 1435932 (hidden#1531_:244)1 Watch Extension 0x00225cc8 _hidden#1263_ + 1416392 (hidden#326_:0)2 libdispatch.dylib 0x4866ee1e 0x4866a000 + 199983 libdispatch.dylib 0x4866fed0 0x4866a000 + 242724 libswiftCore.dylib 0x6877f97a 0x6850d000 + 25665225 Watch Extension 0x0023f5e0 _hidden#1997_ + 1521120 (hidden#1140_:148)6 libdispatch.dylib 0x4866ee1e 0x4866a000 + 199987 libdispatch.dylib 0x4866fed0 0x4866a000 + 242728 libswiftCore.dylib 0x6877f97a 0x6850d000 + 25665229 Watch Extension 0x0023f4cc KingfisherManager.shared.unsafeMutableAddressor + 1520844 (hidden#3269_:79)
The symbols are also hidden for our other Swift Package Dependencies as well.