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

前端 未结 3 792
予麋鹿
予麋鹿 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:53

    Bill's link answered the "build and run" part of my question.

    I'll answer the deploy part: The only working method I found was to use the ruby gem transporter_chief.rb over an IPA app:

    ./transporter_chief.rb my.ipa
    

    http://gamua.com/blog/2012/03/how-to-deploy-ios-apps-to-the-iphone-via-the-command-line/

提交回复
热议问题