I'm trying to find memory leaks in my application with either Memory Graph or Inspector. I'm getting the following errors:
The odd thing is that both work on initial execution of the target, but every subsequent launch triggers the above errors. (including after restarting xcode and after reboot).
If I change my target name it works one time and then the errors start again. So the target name is being cached somewhere and causing subsequent testing with that name impossible.
I'm running xCode 10.2 and Mac OS 10.14.4.
Some more context and ugly work around. This is a swift server app and I'm using swift package manager to generate the xcode project. The following works and avoids the above errors, but it is a hassle.
I've found that using Inspector exhibits the same behavior.
Any help would be appreciated.
Thanks,
Dana