Upload Symbols Failed message when uploading to App Store Connect

Upload Symbols Failed message when uploading to App Store Connect

While uploading your application to App Store Connect, you may get a warning similar to the following:

The archive did not include a SYM for the ReportKit.framework with the UUIDs

[54674DE7-25DA-3D87-A45E-1CB872947D51]. Ensure that the archive's dSYM folder includes a DWARF file for ReportKit.framework with the expected UUIDs.


This is a new warning that was introduced in Xcode 16. See the following article - https://developer.apple.com/forums/thread/761589?answerId=806733022#806733022

The key piece is this:
"In some cases, you may not have a dSYM, such as a closed source library from a vendor, and in those cases, the warning is safe to discard."

ReportKit is distributed as a closed source package. Since it does not include a debug symbol file (dSYM).