I'm running an iOS demo using an Objective C++ library (some .mm files) and would like to profile the app's memory usage with Instruments. However, I see that the debug tab does not show any memory information.
Attempting to profile the app in instruments shows my device, but it is grayed out and says it's offline
How can I fix my XCode to allow for memory debugging/profiling of that project? Does it have something to do with using an Objective C++ libraries?