1

I am trying to find a way to automatize the running of some tests on iOS.

Is there any way I can start an app on the device without the use of Xcode (by using a script, for example)?

3 Answers 3

2

I found the tool below which does exactely what I need: https://github.com/ghughes/fruitstrap

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

1 Comment

Unfortunately, that project is no longer maintained.
0

This answer does not solve your problem right away: But you might want to look at how RubyMotion solves this problem. It compiles files from the command line, installs them in the simulator, and also installs apps on the device. I couldn't figure how it works, but maybe you can.

Comments

0

Take a look on my blog...

fruitstrap is based on gdb-arm-apple-darwin (not used anymore on xcode 5).

Install: xcode 5 use debugserver so you need to use: ideviceinstaller.

Run app: idevice-app-runner

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.