I\'m working on trying to launch an automated testing solution for some iOS applications. I\'m using fruitstrap to transfer and install a compiled app over to the connected
You can do what you want by using fruitstrap or Xcode to start a "bootstrap" program that causes your target application to run via a custom URL as described by Michael.
While the bootstrap program would be running under the debugger the URL-invoked program would be running normally.