sentry-cli: Cannot upload Debug Symbol using Xcode Build phase

Environment

OS: macOS 14.1.2 sentry-cli: 2.28.6 Xcode: 15.2

Steps to Reproduce

  1. Created a new project
  2. Run brew install getsentry/tools/sentry-wizard && sentry-wizard -i ios and followed the prompt
  3. Add .sentryclirc from This Instruction
  4. Build and run the app

Expected Result

Debug symbol successfully uploaded to sentry Project

Actual Result

Symbols aren’t uploaded. image

Logs

Unfortunately adding --log-level or exporting the env. variable do not produce any output.

About this issue

  • Original URL
  • State: open
  • Created 4 months ago
  • Comments: 24 (14 by maintainers)

Most upvoted comments

docs Thank you. I found the reason, it turns out that I removed all files in the cache folder when the app booted up, after I removed this code, everything worked fine again.