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
Sam
09/01/2021, 5:49 PM
If your app is using bitcode there are no dsyms at that point. You have to download them from Apple.
t
Trevor Stone
09/01/2021, 6:00 PM
Oh thank you, I've spent less side on the iOS side of the coin so that's good to know