Hi, On Thu, Jun 21, 2012 at 3:12 PM, Brett Spurrier <[email protected]>wrote:
> Hi Rolf, > > Thanks for your comments. > > Cycling the WiFi debugger left Mono with a "Waiting for debugger to > connect..." alert. Interestingly (and same when I use the USB debugger), > the splash screen for my app appears briefly before it disconnects - so it > 'appears' to have installed. However, when I click the app icon, it will > again show the splash screen then exit. > This means that it's not a problem with the debugger, it's something else. This is reflected in the device log: Jun 21 09:01:43 unknown com.apple.launchd[1] : (UIKitApplication:com.anywheregames.chess[0x274]) Exited with code: 1 Jun 21 09:01:43 unknown SpringBoard[15] : Application 'Chess' exited abnormally with exit status 1 Is anything at all printed in the Application Output pad in MonoDevelop when you try to debug? From the device log it looks like the debugger connects, then the app exits, so some information might have reached MonoDevelop before the app exited. Can you also get a device log after just tapping the app icon? Some information is redirected to MonoDevelop when debugging (but may not reach MonoDevelop before the app exits), and if you don't debug this will be shown in the device log instead. Thanks, Rolf
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
