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.
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).