Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide DSYM files for xcframework #38

Closed
angelolloqui opened this issue Sep 14, 2021 · 1 comment
Closed

Provide DSYM files for xcframework #38

angelolloqui opened this issue Sep 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@angelolloqui
Copy link

angelolloqui commented Sep 14, 2021

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 winkelsdorf added the enhancement New feature or request label Sep 17, 2021
@winkelsdorf
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants