Just bought the full version of MonoTouch and feeling a little ripped off :). Trying to deploy to a real iPhone device and I'm getting the follow exception.
Here's where I'm at: - Upgraded iPhone OS to 4.3.3 - Set target SDK version to 4.3 in MonoDev - I've provisioned my phone through XCode --> Organizer, I have a provisioning profile and my access key chain is set up. Is there anything else I need to do here? - I can deploy a Sample Code application to my iPhone using XCode and the steps provided on the iOS dev site. (FWIW, I successfully deployed the PhotoPicker sample.) - I have followed the steps detailed under "Deploying to the Device" (http://monotouch.net/Tutorials/MonoDevelop_HelloWorld), but they result in the following exception. Please help! :) /Developer/MonoTouch/usr/bin/mtouch -installdev="/Users/****/****/****/****/****/bin/iPhone/Release/****.app" Please ensure your device is connected... Connected to: *****’s iPhoneInitializing file service... Uploading application Finalizing file service... Connected to: *****’s iPhoneInstalling application Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at MonoTouch.Installation.Installer.InstallApplication (object,System.EventArgs) <0x001b6> at MonoTouch.Installation.Device.NotificationCallback (MonoTouch.Installation.Device/am_device_notification_callback_info&) <0x0006e> at (wrapper native-to-managed) MonoTouch.Installation.Device.NotificationCallback (MonoTouch.Installation.Device/am_device_notification_callback_info&) <0x0003d> at (wrapper managed-to-native) MonoTouch.CoreFoundation.CFRunLoop.CFRunLoopRun () <0x00003> at MonoTouch.CoreFoundation.CFRunLoop.Run () <0x0000d>at MonoTouch.Installation.Installer.InstallApplication (string) <0x00151> at MTouch.Main (string[]) <0x032d1> The application was terminated by a signal: SIGHUP -- View this message in context: http://monotouch.2284126.n4.nabble.com/Deploy-app-to-iPhone-Exception-when-Deploying-tp3590999p3590999.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
