Memory Graph Debugger and symbolicated backtrace

Hi,


I've been trying out the Memory Graph Debugger in Xcode 8.1.

For some reason my backtrace is not symbolicated.


The project is mostly Swift 2.3 and some Objective-C.

The project setting has debug output set to DWARF.

The schema has "Malloc Stack -> Live Allocations Only" enabled.

The target device is using iOS 10.1.


Backtraces at breakpoints are symbolicated as expected.

When I push the "memory graph" icon I see the graph view but the backtrace is not symbolicated.


Am I missing some setup?

Replies

I have the exact same issue in our Swift 3 project. Would love to hear how to fix this!

Also have this issue. Not sure how to proceed.

Our Project is Swift 3 and has some frameworks that are Objective-C and got the same issue where the Backtrace isn't getting symbolicated.


I notice this error in the System.log


Nov 17 15:45:50 minimac016sMini Xcode[782]: Failed to read draft status extended attribute for document at: /89484. No such file or directory
Nov 17 15:45:50 minimac016sMini filecoordinationd[353]: NSFileCoordinator only handles URLs that use the file: scheme. This one does not:
  x-xcode-debug-memory-graph://7fd1ba8b5db0/89484


Some good news, this seems to be fixed in 8.2 beta 2