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?
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?
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.