[MonoTouch] MonoTouch and iOS 5.1

Nic Wise nicw at fastchicken.co.nz
Tue Mar 13 09:38:39 UTC 2012


Nope, but I think it only works in Debug mode now.

I use testflight, personally:

public static void Log(string message, params object[] param)
                {

                                var str = string.Format (message, param);

                                Console.WriteLine (str);
#if !DEBUG
                                if (!Util.DebugMode)
MonoTouch.TestFlight.TestFlight.Log ( str);
#endif

                }




On Mon, Mar 12, 2012 at 23:03, ric3kg <rickgross at mac.com> wrote:
> Does this mean the Console is dead? Cause nothing is showing up after
> compiling with the latest stable release of MonoTouch.
>
> Is there anything that can be done?
>
> Thanks,
> Rick
>
> --
> View this message in context: http://monotouch.2284126.n4.nabble.com/MonoTouch-and-iOS-5-1-tp4466329p4467663.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2


More information about the MonoTouch mailing list