Hey all! Working my way through chapter 2 to learn how to put these new memory tools to good use. I’m to the part where you enable Malloc Stack Logging for live allocations only (page 43 + ). After running the app again and checking the memory inspector, all I see are memory locations for the backtraces. I’m wondering if there was something else missing from the tutorial to get this to work as outlines or if I’m missing something in my Xcode or scheme setup. Any help is appreciated! Thanks
I am having the same issue. I also noticed in the book, the Memory Inspector details says “Swift closure content.” In Xcode 8.1, it says “Closure captures.” I’m not sure if that is a clue?