How to turn on debug logging with simctl launch

698 views Asked by At

I want to run my unit tests in several languages:

xcrun simctl launch booted com.company.appname -AppleLanguages "(en-GB)"

Seems to be the way to run an app in a specific language.

Now, when I run my app from titanium command line in the simulator...

ti build

...it gives me the debug output (which also holds the results from the unit tests)

How can I get this output using simctl?

(Or should I use another way to run my app in a different language?)

Edit:

running xcode 6.3.2 on Yosemite

0

There are 0 answers