Upload Symbols Failed on XCode 16 for OneSignal framework


XCode version: Version 16.0 (16A242d) macOS: 14.6.1 (23G93)

Hi, I'm getting this error while uploading my app using XCode 16. I just updated XCode from 15 to 16. On XCode 15 it worked fine when I uploaded apps, no error no warnings, but on XCode 16 there are list of warnings for OneSignal framwork.

Here is one of the error, and the others are all the same (OneSignal has multiple packages).

Upload Symbols Failed
The archive did not include a dSYM for the OneSignalUser.framework with the UUIDs [***]. Ensure that the archive's dSYM folder includes a DWARF file for OneSignalUser.framework with the expected UUIDs.

My Podfile looks like this:

target 'my_target' do
  # other packages
  pod 'OneSignal/OneSignal', '>= 5.0.0', '< 6.0'
  pod 'OneSignal/OneSignalInAppMessages', '>= 5.0.0', '< 6.0'
end

target 'OneSignalNotificationServiceExtension' do
  pod 'OneSignal/OneSignal', '>= 5.0.0', '< 6.0'
  pod 'OneSignal/OneSignalInAppMessages', '>= 5.0.0', '< 6.0'
end

OneSignal uses vendored frameworks, and I don't believe they provided the symbol files.

Will this affect my app in any way? How can I resolve this issue?

This sounds like the same thing being discussed in this other thread.

—Ed Ford,  DTS Engineer

Upload Symbols Failed on XCode 16 for OneSignal framework
 
 
Q