Xcode 6.0.1 not displaying memory usage

11,501

I have resolved disabling Memory Guard diagnostic in the Scheme. From Xcode: Menu Product -> Scheme -> Edit Scheme... -> Diagnostic Tab -> uncheck all Guard options

If still doesn't work, try to disable (if enabled) the "Enable Zombie Object" checkbox.

Share:
11,501
Can Poyrazoğlu
Author by

Can Poyrazoğlu

Has most experience in iOS programming and UI design. Loves astrophotography, board sports, feeding street animals, authoring his humble blog, and flying drones.

Updated on June 06, 2022

Comments

  • Can Poyrazoğlu
    Can Poyrazoğlu about 2 years

    I've upgraded to Xcode 6.0.1 from 5.1 and when I'm running my app, I can't see memory usage in debug navigator:

    enter image description here

    I'm getting memory warnings. Yes, I could profile my app instruments without debugging, but seeing direct memory usage simply while debugging helps me a lot. How can I re-enable this functionality? I've restarted Xcode, rebuilt my project etc but I still can't see memory usage. The problem is present both when debugging on device or on the simulator. When I click the memory tab, I also get this weird "zeroed out" dashboard:

    enter image description here

    • Michael Dautermann
      Michael Dautermann almost 10 years
      That's actually a table, and you can click on that "Memory" item in that table view. When you do click on it, does anything appear at all?
    • Can Poyrazoğlu
      Can Poyrazoğlu almost 10 years
      @MichaelDautermann the dashboard displays zero bytes for memory usage. I've updated the post now and attached a screenshot demoing the issue.
    • race_carr
      race_carr over 9 years
      Still an issue with Xcode 6.1
    • Can Poyrazoğlu
      Can Poyrazoğlu over 9 years
      @race_carr exactly. did the answer work for you?
    • race_carr
      race_carr over 9 years
      yes. It's not a great solution, though (because you might want to have Zombie objects turned on for Debugging)
    • Can Poyrazoğlu
      Can Poyrazoğlu over 9 years
      @race_carr yeah, you are right. I wish Apple fixed it on 6.1. anyway, at least there is a workaround.
  • Can Poyrazoğlu
    Can Poyrazoğlu almost 10 years
    I had zombies enabled. I've disabled zombies and now it's working. Thanks.
  • bLacK hoLE
    bLacK hoLE over 8 years
    all Guard options already unchecked and Zombie Object also unchecked still not working @fabio
  • André Henrique
    André Henrique over 8 years
    Yeah!! It was the zombies here too!
  • Matteo Gobbi
    Matteo Gobbi over 4 years
    zombie is the key