Upload Symbols Failed on Xcode 16

I am using GoogleMobileAds package dependencies and now when I want to archive and export an app I get this two warnings :

Upload Symbols Failed The archive did not include a dSYM for the GoogleMobileAds.framework with the UUIDs [13B55A37-D103-36E1-8D7B-FA4EAB2C8146]. Ensure that the archive's dSYM folder includes a DWARF file for GoogleMobileAds.framework with the expected UUIDs.

Upload Symbols Failed The archive did not include a dSYM for the UserMessagingPlatform.framework with the UUIDs [A3941120-02A1-30B5-8C28-BFC0F9496E16]. Ensure that the archive's dSYM folder includes a DWARF file for UserMessagingPlatform.framework with the expected UUIDs.

I have updated the packages to 11.9.0 (lasted) and Xcode 16 to 16 RC (lasted also) and I would like to know how to fix this... With Xcode 15 I have no problem !! I can export with no warnings ! But now with Xcode 16 no... Thanks for helping !

Answered by DTS Engineer in 815141022

I have a discussion of what's happening here in another thread. There are several responses from me that explain the details, and the role that any framework vendors that you rely on have here.

—Ed Ford,  DTS Engineer

I have a discussion of what's happening here in another thread. There are several responses from me that explain the details, and the role that any framework vendors that you rely on have here.

—Ed Ford,  DTS Engineer

Same issue here

I am getting some warning if i have uploading build in test flight Upload Symbols Failed The archive did not include a dSYM for the hermes.framework with the UUIDs [BB9F954C-2CB6-3528-9D45-D5E177F2D7CC]. Ensure that the archive's dSYM folder includes a DWARF file for hermes.framework with the expected UUIDs.

I'm getting this issue on Xcode 16.1 and Xcode 16.2 when uploading to App Store Connect. This wasn't an issue before, I'm not sure what happened.

Any solution to this yet? Thx

I am also getting same issue after updated my Xcode to 16.2. Any solution for it.

@DTS Engineer - Does it is a blocker in uploading my app on AppStore? I meant what if I ignore this warning till April-2025 ? is there any impact or blocker till-2025 ?

Still Have the same issue

Still seeing this issue with Xcode 16.2 and Firebase

Easy Fix

Locate the missing.framework in your Flutter app

*Missing is the name of missing DSYM

find ~/Library/Developer/Xcode/DerivedData -name "missingframework" | grep -v "SourcePackages"

Generate the dSYM file manually

xcrun dsymutil -o ~/Desktop/missing.framework.dSYM /path/to/found/missing.framework/missing

Find your recent archive

  • Go to Xcode > Window > Organizer
  • Right-click on your most recent archive and select "Show in Finder"
  • Right-click on the .xcarchive file and select "Show Package Contents"
  • Navigate to dSYMs folder
  • Copy the generated dSYM**
  • Copy the generated Razorpay.framework.dSYM file from your Desktop
  • Paste it into the dSYMs folder in your .xcarchive package

Retry uploading or validating*

Same issue on Xcode 16.2.

Now we are on 2 April 2025, and we can see on Google that this issue has persisted in Xcode from 2023. Can anyone from Apple take a look into this and fix that warning ?

I get the same error. I'm not using any third party frameworks or static libraries. I have my project set to include DWARF with dSYM in the build and debugger. This is a MacOS C/Objective C XCode project. With some Swift. Most of the discussion about this for iOS projects.

When I verify or upload my App I just ignore this. Is this OK? Is this an Apple bug?

Upload Symbols Failed on Xcode 16
 
 
Q