iOS: Deploy and run app on device through command-line without jailbreaking

前端 未结 3 788
予麋鹿
予麋鹿 2021-02-15 18:09

I\'m looking for a way to automate dev-test cycles for iOS and most popular ways seemed to be jailbreak then ssh. This includes two steps:

  1. Deploy my app using comm
3条回答
  •  误落风尘
    2021-02-15 18:58

    You can run instruments on the command line to launch your app (and run your automated tests) in the simulator. From what I understand this works with a real device as well.

    See this question for more information:

    UIAutomation through command line on a real device

提交回复
热议问题