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

Investigate how to provide a dSYM package for iOS builds #43

Open
herzbube opened this issue May 5, 2024 · 0 comments
Open

Investigate how to provide a dSYM package for iOS builds #43

herzbube opened this issue May 5, 2024 · 0 comments

Comments

@herzbube
Copy link
Owner

herzbube commented May 5, 2024

The current state for iOS builds is to provide a static library/framework that can be embedded by the consuming application into its executable. The consuming application build will then produce a dSYM package which allows to symbolicate a crash report as far as

  1. Decoding the call stack at the crash site
  2. And decoding the involved method names

But so far it has not been possible to show the source code of the library (e.g. libsgfc++) that caused the crash, nor any parameter or local variable values.

The goal of the investigation is to find out at minimum how to link to the library source code so that Xcode shows the exact line of code that caused the crash.

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

No branches or pull requests

1 participant