sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

Upload Symbols Failed

Open Luckre opened this issue 1 month ago • 7 comments

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

Luckre avatar Nov 11 '25 12:11 Luckre

ENG-5877

linear[bot] avatar Nov 11 '25 12:11 linear[bot]

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] avatar Nov 11 '25 12:11 getsantry[bot]

Routing to @getsentry/product-owners-processing for triage ⏲️

getsantry[bot] avatar Nov 17 '25 13:11 getsantry[bot]

COCOA-969

linear[bot] avatar Nov 18 '25 11:11 linear[bot]

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.

itaybre avatar Nov 19 '25 09:11 itaybre

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 🙏

brennorenno avatar Nov 22 '25 14:11 brennorenno

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

philprime avatar Dec 04 '25 08:12 philprime