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
Post a Comment