2

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
  • No such feature in Xcode. Commented Jan 24, 2013 at 22:05

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.