Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ios how to launch app on device using command line

I am doing ci stuff now. Everything works well, I can package and install ipa on device.
But I don't know how to launch the app. I search Google million times to see whether there is some methods to do it. Unfortunately, I can't solve the problem now.
Any points. Thanks in advance.

like image 374
HeavenSword Avatar asked Nov 27 '22 08:11

HeavenSword


1 Answers

There are a number of tools available for this now. Your mileage may vary.

  • https://github.com/phonegap/ios-deploy
  • https://github.com/libimobiledevice/libimobiledevice
  • https://github.com/robovm/robovm

You can also try using the Instruments command line tool for launching apps (for example, if you need to run UI Automation).

like image 134
Aaron Schultz Avatar answered Dec 04 '22 07:12

Aaron Schultz