skip icon indicating copy to clipboard operation
skip copied to clipboard

skip export should include debug symbols for native Swift code in the .aar

Open marcprux opened this issue 2 months ago • 0 comments

Discussed in https://github.com/orgs/skiptools/discussions/523

Originally posted by vdkdamian October 29, 2025 Small question,

Is there a reason my Build Settings where as following: DEBUG_INFORMATION_FORMAT = "dwarf"?

I now manually set this to DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym".

I kept getting a warning when uploading the archive to TestFlight. Also saw this warning when uploading the .aab to Google Play. It solved the warning for TestFlight, but on Google Play I keep getting the warning:

Google Play warning: This App Bundle contains native code, and you haven't uploaded any debug symbols. We recommend uploading a symbol file so your crashes and ANRs can be more easily analyzed and resolved.

marcprux avatar Oct 29 '25 15:10 marcprux