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:
- How can these warnings be fixed?
- Is this warning safe to ignore if I know the vendor does not supply a dSYM for their framework?
- 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?