With the new official support for xcframeworks the...
# kotlin-native
t
With the new official support for xcframeworks the
assembleReleaseXCFramework
task does not contain the dSYMs for the project from what I can tell. I, maybe ignorantly, thought these were important for crash reporting tools. Is there a reason it is only generated for the debug xcframeworks?
s
If your app is using bitcode there are no dsyms at that point. You have to download them from Apple.
t
Oh thank you, I've spent less side on the iOS side of the coin so that's good to know
n
but what if my app is not using Bitcode?
At least this is getting fixed in 1.6.20: https://youtrack.jetbrains.com/issue/KT-49484