I am developing in iPhone app using Titanium SDK v2.0.2.
I have numerous Ti.API.info log calls in my code, which show up in the Titanium Studio console when running on the iPhone simulator.
When I deploy to my device (iPhone 4S running iOS v5.1.1), these log messages do not appear in the iPhone console (viewed via the Xcode organizer, which does show various other log messages output by iOS).
Do I need to do anything in particular to get this to work?