With the latest Monodevelop update and Monotouch 5.3.5 beta now it works. Luca
On Tue, Jul 31, 2012 at 8:44 PM, David Junod < [email protected]> wrote: > Same here. > > adHocWiFiNetworkReachability.Schedule (CFRunLoop.Current, > CFRunLoop.ModeDefault); > > locks up the Simulator. > > On Jul 26, 2012, at 7:32 AM, Dean Cleaver < > [email protected]> wrote: > > Anyone else using Mountain Lion able to confirm this as a bug?**** > > Dino**** > > *From:* [email protected] [mailto:monotouch- > [email protected]] *On Behalf Of *Dean Cleaver > *Sent:* Wednesday, July 25, 2012 16:05 > *To:* Wally McClure; [email protected]; Alex Soto ([email protected]) > *Cc:* [email protected] > *Subject:* Re: [MonoTouch] Mountain Lion**** > ** ** > First glitch struck:**** > > if (adHocWiFiNetworkReachability == null){**** > adHocWiFiNetworkReachability = new NetworkReachability > (new IPAddress (new byte [] {169,254,0,0}));**** > adHocWiFiNetworkReachability.SetCallback (OnChange);** > ** > adHocWiFiNetworkReachability.Schedule (CFRunLoop > .Current, CFRunLoop.ModeDefault);**** > }**** > > This is from Miguel’s Network Reachability – the last line of code just > locks up on my machine.**** > > Dino**** > > *From:* Wally McClure [mailto:[email protected]] > *Sent:* Wednesday, July 25, 2012 12:11 > *To:* [email protected] > *Cc:* [email protected]; Dean Cleaver; [email protected] > *Subject:* RE: [MonoTouch] Mountain Lion**** > ** ** > > Downloading begins shortly. > > Wally**** > ------------------------------ > Subject: Re: [MonoTouch] Mountain Lion > From: [email protected] > Date: Wed, 25 Jul 2012 11:20:29 -0500 > CC: [email protected]; [email protected]; > [email protected] > To: [email protected] > > Guys--I've been running on ML GM and Xcode 4.4 GM since they were released > with no issues with MT.**** > > Hope that helps,**** > Gerry**** > > On Jul 25, 2012, at 11:13 AM, Wally McClure <[email protected]> > wrote:**** > > > > Just read about a new Xcode as well. I assume we need to wait on all of > this, or can I throw caution to the wind and get this off of an alpa/beta > channel? > > Wally**** > ------------------------------ > Date: Wed, 25 Jul 2012 12:01:01 -0400 > Subject: Re: [MonoTouch] Mountain Lion > From: [email protected] > To: [email protected] > CC: [email protected]; [email protected]; > [email protected] > > We should be releasing a new MonoDevelop this week with support for > Mountain Lion (and I'm pretty sure new MonoTouch and MonoDroid as well).** > ** > > It's in the QA process right now afaik**** > > Hope that helps,**** > > > Jeff**** > On Wed, Jul 25, 2012 at 10:23 AM, Dean Cleaver < > [email protected]> wrote:**** > I could afford to beta test as I have 2 dev machines and only ever use the > second one if I am on the road - but would it matter about the style of > development I do? I don't use XIB files etc. > > Dino**** > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of Dimitris Tavlikos > Sent: Wednesday, July 25, 2012 09:18 > To: Wally McClure > Cc: [email protected] > Subject: Re: [MonoTouch] Mountain Lion > > Also need to know if there are any issues... (hello Wally, everybody!) > > Can't afford to beta test right now... :) > > Thanks, > > On 25 Jul 2012, at 4:59 PM, Wally McClure wrote: > > > What is the status of Mountain Lion support in MonoTouch? > > > > Wally > > _______________________________________________ > > MonoTouch mailing list > > [email protected] > > http://lists.ximian.com/mailman/listinfo/monotouch > > Dimitris Tavlikos > Software Developer > Author of "iOS Development using MonoTouch Cookbook" > Email: [email protected] > Twitter: http://twitter.com/#!/dtavlikos > Blog: http://software.tavlikos.com > > > > > > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch**** > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch**** > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
