ios simulator - How to turn on debug logging with simctl launch -


i want run unit tests in several languages:

xcrun simctl launch booted com.company.appname -applelanguages "(en-gb)" 

seems way run app in specific language.

now, when run app titanium command line in simulator...

ti build 

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

how can output using simctl?

(or should use way run app in different language?)

edit:

running xcode 6.3.2 on yosemite


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -