Memory profiling doesn't work with Xcode 9
I am using the latest version of Xcode 9 and macOS 10.13. When I try to make a memory graph from the current state of my application, it shows an empty screen that says No Selection . I also tried to profile and work with Instruments, but it did not allow me to run due to a permission error. Target failed to run. Permission to debug [app name] was denied. I am aware of these threads and tried the suggestions available in them, but they didn't seem to work : Reddit - Has instruments stopped working for you in Xcode 9 due to a permission denied error? Is there a workaround for this? Apple