Xcode: build and run for both iOS Simulator and De

2019-02-11 06:55发布

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 on both the iOS simulator and my iPhone device at once.

Is this possible?

1条回答
放荡不羁爱自由
2楼-- · 2019-02-11 07:46

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.

查看更多
登录 后发表回答