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

Check Build Settings: Ensure that Debug Information Format is set to DWARF with dSYM File for both the Debug and Release configurations:

Go to Xcode > Your Project > Build Settings. Set Debug Information Format to DWARF with dSYM File for all configurations.

I am also getting same issue after updated my Xcode to 16.1. However I deploy my app and ignore the warning. Because there is not solution to do.

I updated Firebase to version 11.4.0 and Xcode to version 16.1, but I'm still experiencing this issue.

I am getting the same problem in Xcode 16.1 for one signal framework. Any luck, anyone?

Hello all, We had a similar issue, not sure, whether it caused the same as here. Apple changed the build folder structure For example for dsym in Xcode 16: DerivedData/-cepomayyloydxxdkdabvlloqozfn/Build/Intermediates.noindex/ArchiveIntermediates//BuildProductsPath/ReleaseLite-iphoneos/.app.dSYM In Xcode 15: DerivedData/*-cepomayyloydxxdkdabvlloqozfn/Build/Products/Debug-iphonesimulator/*****.app.dSYM They modified the build settings as well and now for example build_dir is pointing to the app build folder and not to the derived data. Hope that helps

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

Upload Symbols Failed on Xcode 16
 
 
Q