Xcode: build and run for both iOS Simulator and Device in one step?

后端 未结 1 1671
深忆病人
深忆病人 2021-01-03 11:36

I need to get into the practice of better testing for both iOS 5 and 6.

I\'d like to press one button (or one keyboard shortcut) and have Xcode build and run my app

1条回答
  •  生来不讨喜
    2021-01-03 12:22

    I don't think you can do it by GUI of Xcode. You probably need to launch the application from the command line. Which means create a script by any language you know (shell, python, ruby, etc...)

    Here is some information: check the link1, and link2, and link3 .

    Hope that's helpful.

    0 讨论(0)
提交回复
热议问题