Tools basically do their job, becoming a debugger for the application. If you cannot run the Xcode debugger against it, you cannot run the tools against it.
Basically, rights should be set to allow debugging.
Sometimes after using Xcode to debug applications, I find that I canโt use Tools until I reboot the device.
Unlike Xcode, tools can be confused between two applications with the same name, but with different package identifiers. (Or, possibly, the same name and similar package identifiers.) When I have several versions of an application on a device, I often have to remove unnecessary ones to make Tools connect to the correct application. If you have one debug build and one release build, this can be a problem.
So, remove all duplicate applications and restart the device. (You can change the display name for release and debug configurations.)
Walt Sellers Feb 14 '13 at 7:49 2013-02-14 07:49
source share