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