Closed miguelmobilat closed 4 weeks ago
Hi @miguelmobilat 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
What happened?
During app submission, receiving an error related to missing dSYM file for OneSignalUser.framework. The error indicates that the archive doesn't include the required dSYM with the expected UUIDs.
Error message: "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."
Steps to reproduce?
What did you expect to happen?
Expected the archive to properly include all necessary dSYM files for OneSignal frameworks, allowing successful submission to the App Store.
OneSignal Flutter SDK version
5.2.6
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct