Any way to see SwiftUI symbols in backtrace?

I'm tracking down retain cycles for an app that crosses multiple development groups.

I keep encountering lldb unnamed symbol many times in the stack where I suspect it is swift UI layers.

Is there any way I can get these symbols and have more of a clue as to what the root issue might be?

Yea, it's strange. A crash report from the App has the symbols - not sure why they can't be exposed when testing locally.

Found a "solution", see this Emerge Tools Blog | Symbolicating SwiftUI (and any Apple Framework), Part 1

If you are running your app on macOS 15 [Apple Silicon only] / iOS 18 / tvOS 18 / visionOS 2 or newer, you should see symbol information for SwiftUI. Please file a bug report in Feedback Assistant and post the number here with details about your target OS and where you’re looking at backtraces if the symbol information is missing.

1 Like