phrase / ios-sdk

Phrase Over the Air iOS SDK
https://phrase.com
Other
14 stars 3 forks source link

Provide DSYM files for xcframework #38

Closed angelolloqui closed 2 years ago

angelolloqui commented 2 years ago

Hi, I am getting some crashes from one of my dependencies that is not symbolicated since we do not have the DSYM files of them. Symbols from code we have access to are uploaded, so it can only be from one of the 3 options xcframeworks included in my app, one being phrase (unfortunatelly I do not know if the crash is from this lib or some of the other 2). Could you provide the DSYM files for each release you made together with the binary? it is quite a pain to have to upload this manually, but at least I will have visibility over crashes happening in your lib

Thanks!

winkelsdorf commented 2 years ago

Hi @angelolloqui,

sorry to hear that you have troubles identifying your issue because of that. Sure, we're going to provide them with the next release. We need to separate them from the .xcframework due to a compiler/linker issue we ran into (affecting older Xcode which are still in our support matrix), but providing them for manual upload is a very good suggestion!

Best regards Frederik