Pushwoosh / pushwoosh-ios-sdk

Pushwoosh iOS SDK
Other
49 stars 40 forks source link

Debug symbols are missing when using SPM #121

Open horsejockey opened 5 days ago

horsejockey commented 5 days ago
Screenshot 2024-10-01 at 9 10 07 PM
enginseer-dev commented 5 days ago

Hello, @horsejockey

These warnings related to missing dSYM files are not specific to the Pushwoosh framework but are being experienced across multiple frameworks, including AdMob and Google UMP, when using Xcode 16. Based on community feedback and other related issues (e.g., Sentry Cocoa GitHub issue and Apple Developer Forum thread).

It seems to be an issue with Xcode 16.

If the warnings are disruptive to your workflow and you'd prefer to avoid them, an alternative option is to roll back to Xcode 15, where these warnings were not present. Xcode 15 should allow you to build your app without these issues until Apple provides a resolution in a future Xcode 16 update.

We are also tracking this issue and will provide an update as more information becomes available.

horsejockey commented 4 days ago

Thank you. It is not an issue for me. It seems though that if I got a crash inside the Pushwoosh framework I would not be able to provide good information to your team about where it was happening if the dsyms are missing. So I guess is this warning accurate in that sense?