sentry-cocoa
sentry-cocoa copied to clipboard
Better support or instructions for Xcode Cloud debug symbols
Problem Statement
We've received requests from customers who simply need to make sure symbols are uploaded when using Xcode Cloud, seperate from the xcode build phase.
Solution Brainstorm
Potential solutions that have worked for customers in Zendesk ticket: https://sentry.zendesk.com/agent/tickets/101342
Are you willing to submit a PR?
No response
We need to investigate the best solution to use with Xcode Cloud in order to add it to our documentation. Currently, we do not have an estimated time for this.
I can't see the zendesk ticket, but I can confirm that I have this working, cleanly, in Xcode Cloud. "Fixing" this for that environment may be as simple as a documentation update.
We're looking into this to add a section into our docs on how to use Xcode cloud with sentry-cli.
@DM1145, what did you need to do to make it work for Xcode Cloud, @DM1145?
Where is the documentation? The sentry-wizard installer doesn't seem to handle it yet.
I didn't find anything related to adding docs for Xcode Cloud in our docs repo except for troubleshooting for React-Native. @brustolin, do you know if we have an issue for this? If not, could you please create one as you looked into this?
I hope that'll help ☺️ https://sowenjub.me/writes/how-to-upload-dsyms-files-to-sentry-with-xcode-cloud/
Thanks a lot @sowenjub 👏
@sowenjub, thank you for sharing the guide!
If using the Xcode build script for uploading debug symbols, it should be sufficient to install sentry-cli in ci_pre_xcodebuild.sh
(see here), right?