Hi, I am building a custom Titanium iOS module. I can see debug statements using NSLog()
when I run the module using titanium.py run
. However, when I install the module and run the app I'm building, I can use the module, but cannot see any of the same debug log output. Is there any way to get those log statements to display when running an app?
SDK: 3.0.0.GA