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

iOS Debug symbols in Bugsnag #520

Open
markholland opened this issue Jun 29, 2018 · 0 comments
Open

iOS Debug symbols in Bugsnag #520

markholland opened this issue Jun 29, 2018 · 0 comments

Comments

@markholland
Copy link
Collaborator

markholland commented Jun 29, 2018

Bugsnag needs up to date debug symbols in order to show a stack trace.

This only affects our release builds:

  • We have bitcode enabled which means that debug symbols are generated on Apple side.
  • These debug symbols aren't available until the build has been processed.

Problem, fastlane isn't waiting for this so the upload to bugsnag silently fails.

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

No branches or pull requests

2 participants