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 lmDeveloper1 in 803773022

i would submit some Feedbacks we are seeing this with other SDK's the more feedbacks / info they have the more they can investigate, i have a feeling this is a xcode validation issue, for now im just ignoring them, i can still upload apps / deploy so its not a stopper, just annoying getting warnings

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.

Upload Symbols Failed on Xcode 16
 
 
Q