OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
623 stars 213 forks source link

[Bug]: The archive did not include a dSYM for the OneSignalUser.framework with the UUIDs #964

Closed miguelmobilat closed 4 weeks ago

miguelmobilat commented 4 weeks ago

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?

1. Build app for release
2. Archive the app
3. Attempt to submit to App Store
4. Error appears during validation regarding missing dSYM file

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.

Screenshot 2024-10-23 at 2 31 29 PM

OneSignal Flutter SDK version

5.2.6

Which platform(s) are affected?

Relevant log output

No response

Code of Conduct

nan-li commented 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

Screenshot 2024-10-23 at 11 57 06 AM