Hi, Do you have more than one AppDelegate classes? I have strange issues before when there were two AppDelegate classes (in different namespaces) registered as 'AppDelegate' to the Objective-C runtime, and at runtime which one is picked is completely random.
The easiest way to check this is to install the 6.3.4 beta and try your app in the simulator - you will get an exception at startup if there are more than one class registered with the same Objective-C name. Rolf On Sun, Apr 28, 2013 at 6:35 PM, Paul Johnson <[email protected]>wrote: > Hi, > > > Very strange. I've not seen this before - I'd guess version >> differences with X.iOS, but I'm not sure... Can you remote into the >> other machine and have a play? >> > > It is an odd one. I remoted onto the Australian box which is how I fixed > it. I can't fix at this end as I can't see where the problem is! > > > Paul > > -- > "Space," it says, "is big. Really big. You just won't believe how vastly, > hugely, mindbogglingly big it is. I mean, you may think it's a long way > down the road to the chemist's, but that's just peanuts to space, listen..." > Hitch Hikers Guide to the Galaxy, a truly remarkable book! > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
