XCode Test Automation For IPhone

后端 未结 8 769
隐瞒了意图╮
隐瞒了意图╮ 2020-12-23 15:16

I would like to have my iphone test app to be tested automatically in an IPhone. The following are the steps I would like to have:

  1. compile, link and code sign
8条回答
  •  囚心锁ツ
    2020-12-23 15:39

    xcodebuild will just build the binary and it will not upload the newly compiled binary to iphone.

    actually it can upload (after signing it), but not run too bad... maybe it can be run using gdb once connected to target but how (ip?, usb? usbnet?) ?

提交回复
热议问题