Launch installed app on tethered iPhone

后端 未结 3 917
挽巷
挽巷 2021-01-12 01:37

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

3条回答
  •  盖世英雄少女心
    2021-01-12 01:52

    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.

提交回复
热议问题