In 1.5.31, do release XCFrameworks include dSYM fi...
# kotlin-native
a
In 1.5.31, do release XCFrameworks include dSYM files? The docs on the Symbolicating iOS Crash Reports page say
By default, Kotlin/Native compiler produces 
.dSYM
 for release (i.e. optimized) binaries on Darwin platforms
But the docs for building XCFrameworks only mention dSYMs for the debug task Digging in deeper, the source for
XCFrameworkTask
seems to only check for
dSYM
files for debug builds.
👍 1
👀 1
Filed a YT: https://youtrack.jetbrains.com/issue/KT-49484 This seems like kinda a big oversight to me
t
I asked this previously and the answer is that release xcframeworks use bitcode so dsyms are generated through the app store not uploaded
I am probably slightly butchering the explanation
a
ah i see
hopefully that's the case 🤞
a
Thanks for the link!