Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Missing dSYM / DWARF on iOS release warning #124

Closed
1 task done
alexsmi-noveo opened this issue Oct 11, 2024 · 1 comment
Closed
1 task done

[Bug]: Missing dSYM / DWARF on iOS release warning #124

alexsmi-noveo opened this issue Oct 11, 2024 · 1 comment

Comments

@alexsmi-noveo
Copy link

alexsmi-noveo commented Oct 11, 2024

What happened?

Releasing iOS app with OneSignal SDK v5.2.1 i got warning about missing DWARF file for OneSignal framework. Overall AppStore allows me to upload. But this warning didn't exist until Xcode v16.

MAUI v8.0.92
NET SDK 8.0.403
OneSignal v5.2.1
XCode v16

image

Steps to reproduce?

1. Create app and including OneSignal from nuget.
2. Select iOS target. Create required provisioning profile. Release an archive.
3. Open Xcode -> Window -> Organizer.
4. Select App archive, then validate or Distribute command in the right pane.
5. Get warning from AppStore.

What did you expect to happen?

Release without warnings

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@nan-li
Copy link

nan-li commented Oct 29, 2024

Hi @alexsmi-noveo thanks for reporting.

This is a new warning as of Xcode 16 and can be safely ignored.

To omit the warning, you can follow the suggestion from this Apple thread: https://forums.developer.apple.com/forums/thread/763731

Screenshot 2024-10-23 at 11 57 06 AM

@nan-li nan-li closed this as completed Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants