In LLDB, I'm having trouble getting symbols for SwiftUI code, even though Xcode can symbolicate the frames. I can see my own symbols in the backtrace, just not the SwiftUI frames. Not sure if this is tied to Emerge's writeup. I'm not trying to symbolicate a crashlog. I'm in Xcode, using lldb. The symbols are right there in the left-hand panel. I just can't find a way to get them in text form. (I need to write scripts that evaluate these traces to isolate a SwiftUI bug.)

https://www.emergetools.com/blog/posts/symbolicating-swiftui-and-any-apple-framework

Emerge Tools Blog | Symbolicating SwiftUI (and any Apple Framework), Part 1

How we managed to symbolicate SwiftUI crash logs.

@cocoaphony Sure looks like it's related. This emerge tools post is fantastic btw!