Re: [MonoTouch] Installation failed: AMDeviceInstallApplication...

2013-02-19 Thread Diana
I had the same issue. In a desperate attempt to fix it I downgraded the version of the mobile app from 6.1 to 5.1 on the project options tab. Then I started debugging, the app got deployed without the error appearing again. Upgrading the version after that back to 6.1 didn't cause any issues.

Re: [MonoTouch] Installation failed: AMDeviceInstallApplication...

2011-08-30 Thread catullum
I have the same or similar error Installing 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 failed: AMDeviceInstallApplication...

2011-08-28 Thread dermotos
Out of nowhere, i've started to receive the below error when deploying my app for debug to the iPhone 4 device: Connected to: iPhone Installing application Installation failed: AMDeviceInstallApplication returned: 0xe84c The application was terminated by a signal: SIGHUP It was working fine

Re: [MonoTouch] Installation failed: AMDeviceInstallApplication...

2011-08-28 Thread dermotos
EDIT: Also did reset of phone and restarted computer, deleted app that was deployed so it gets fully reinstalled. Still nothing. :-( -- View this message in context: http://monotouch.2284126.n4.nabble.com/Installation-failed-AMDeviceInstallApplication-tp3774352p3774359.html Sent from the

Re: [MonoTouch] Installation failed: AMDeviceInstallApplication...

2011-08-28 Thread Sebastien Pouliot
Hello, Such errors means your device refused to install the application after its transfer. Please open a bug report on http://bugzilla.xamarin.com * Include all the exact versions numbers (i.e. iOS device, MonoTouch, MonoDevelop, XCode, OSX) * The device logs about your application

Re: [MonoTouch] Installation failed: AMDeviceInstallApplication...

2011-08-28 Thread dermotos
Ok, will get those details together and submit it. It happens on my iPad too, so definitely something wrong with mono develop, rather than the device. Any idea's on how to get around it so I can continue working? Should I uninstall mono/dev/touch and reinstall everything? -- View this message in