Upload Symbols Failed when Archiving with Xcode 16

Hello everyone, We are seeing some warnings in Xcode 16 when I archive my iOS app for distribution. During the upload phase (either via Xcode Organizer ), I get an error like:

WARNING: Upload Symbols Failed The archive did not include a dSYM for MyFramework.framework with the UUIDs: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX Ensure that the archive’s dSYM folder includes a DWARF file for MyFramework.framework with the expected UUIDs.

Question:

  1. How can these warnings be fixed?
  2. Is this warning safe to ignore if I know the vendor does not supply a dSYM for their framework?
  3. If I do need a proper dSYM for full symbolication, how should I request it from the vendor or generate it myself from an XCFramework?

Upload Symbols Failed when Archiving with Xcode 16
 
 
Q