Upload Symbols Failed
Environment
SaaS (https://sentry.io/)
What are you trying to accomplish?
Hi, I’m using Sentry in my .NET MAUI app. When I upload the iOS build to the App Store, I receive a warning:
Upload Symbols Failed. The archive did not include a dSYM for the Sentry.framework with the UUIDs [00B04515-F186-3C7C-A34C-78FB6E9C0E59]. Ensure that the archive's dSYM folder includes a DWARF file for Sentry.framework with the expected UUIDs.
Is it safe to ignore this warning, or is there a way to suppress it?
Thanks in advance!
How are you getting stuck?
When I upload archive to appstore
Where in the product are you?
Releases
Link
No response
DSN
No response
Version
No response
Assigning to @getsentry/support for routing ⏲️
Routing to @getsentry/product-owners-processing for triage ⏲️
Hey @Luckre,
How are you integrating Sentry SDK into your app, are you using our package https://github.com/getsentry/sentry-dotnet?
Also, it is safe to ignore, as if you are using one our our prebuilt binaries, we already have the dsyms for it for symbolication.
I'm getting the same issue in two projects now - I've previously been able to upload to the App Store without this warning.
I'm building in Xcode directly (native Swift app) and have configured Sentry using the standard script with Swift Package Manager.
Good to know this is safe to ignore 🙏
Would it be possible for you to create a reproducer app with the same options for us? I don't think you actually need to upload an app to get the error, but a "validate app" in Xcode could be enough