I'm still unable to run debug builds on my iOS 7 (latest beta) based iPhone 5. I first encountered this problem back in June 2013, and reported it to Xamarin: https://bugzilla.xamarin.com/show_bug.cgi?id=12651
Basically, whenever I attempt to run my app on my iPhone 5, I encounter an "Application could not be uploaded to the device." message. The "Deploy to Device" window contains the following:
_Connected to: iPhone 5 error MT0000: Unexpected error - Please file a bug report at http://bugzilla.xamarin.com MonoTouch.MobileDevice.MobileDeviceException: Invalid Host ID Error (error: 0xe800001c) at MonoTouch.Installation.Device.ValidatePairing () <0x0007b> at MonoTouch.Installation.Installer/c__AnonStorey17.<>m__1E (object,System.EventArgs) <0x000c7> at MonoTouch.Installation.Device.NotificationCallback (MonoTouch.MobileDevice.am_device_notification_callback_info&) <0x00075> at (wrapper native-to-managed) MonoTouch.Installation.Device.NotificationCallback (MonoTouch.MobileDevice.am_device_notification_callback_info&) <0x0005b> at (wrapper managed-to-native) MonoMac.CoreFoundation.CFRunLoop.CFRunLoopRun () <0x00003> at MonoMac.CoreFoundation.CFRunLoop.Run () <0x0000b> at MonoTouch.Installation.Installer.ExecuteWithSession (string,MonoTouch.Installation.Installer/Executor) <0x000d7> at MonoTouch.Installation.Installer.InstallApplicationWithoutSymbols (string,string) <0x00067> at MonoTouch.Installation.Installer.InstallApplication (string,string,bool) <0x0002f> at MTouch.Main2 (string[]) <0x02773> at MTouch.Main (string[]) <0x00017>
The application was terminated by a signal: SIGHUP_
I'm running the latest alpha builds, and I have the latest Apple SDK beta and XCode beta installed.
I need to be able to test on the device, as the simulator isn't sufficient for a go-live.
Has anyone else experienced this? I need to get this working asap.