I have a feeling that this error could be the source of my issue. Reading the compiler output, I don't see any steps about signing the final app. The error about network adapters might be happening before the code is signed.
Matt On Tue, Dec 6, 2011 at 5:35 PM, Matthieu Laban < [email protected]> wrote: > a) Can you build and run using the simulator? >> > > Yep, it works fine. > If that's any help at all, building a sample project with X-Code works and > deploys fine. > > >> b) Can you build for device if you enable USB debugging (MonoDevelop >> Preferences -> Preferences/Debugger/iPhone Debugger)? >> > > I'm already on USB mode. Didn't touch this option. > > >> c) Which version of MonoTouch/MonoDevelop did it last work on? >> > > This is the setup I had when it last worked: (mentioned in > http://bugzilla.xamarin.com/show_bug.cgi?id=2194 which is a bug I filed > when I had the working setup) > > MonoDevelop 2.8.2 > Build information: > Release ID: 20802000 > Git revision: 3ad243983f7219d98f534dbcf5731e3a15f77dff > Build date: 2011-11-02 09:51:01+0000 > Operating System: > Mac OS X 10.7.0 > Darwin KVNY 11.0.1 Darwin Kernel Version 11.0.1: Wed Jun 29 19:53:22 > PDT > 2011; root:xnu-1699.23.2~1/RELEASE_X86_64 x86_64 > Runtime: > Mono 2.10.6 (tarball Fri Sep 16 00:13:06 EDT 2011) > GTK 2.24.5 (GTK# 2.12.0.0) > Apple Developer Tools: > Xcode 4.1 (516) > Build 4B110 > Monotouch: 5.0.2 > > -- > Matt > > >> >> On Tue, Dec 6, 2011 at 6:59 PM, Matthieu Laban < >> [email protected]> wrote: >> >>> Hello, >>> >>> I updated to the latest version of MonoDevelop / Monotouch when prompted >>> today and I'm unable to deploy anymore... >>> >>> When building for the device, I get an error at the end of the build: >>> Error: This machine does not have any network adapters. This is required >>> when debugging or profiling on device over WiFi or on the simulator. >>> >>> Tried rebooting, but it didn't work fix the problem. >>> If I ignore this error and try to deploy anyway I get this error: >>> >>> Installation failed: AMDeviceInstallApplication returned: 0xe800801c >>> The application was terminated by a signal: SIGHUP >>> >>> Help? >>> >>> - I have the latest version of MonoDevelop/Monotouch >>> - Deploying on iOS 5.0.1 (iPad2) >>> - Latest version of XCode and SDK (4.2.1) >>> >>> Here's the log from --logdev when deploying >>> >>> Dec 6 07:57:00 unknown com.apple.mobile.lockdown[21] <Notice>: receive >>> secure message timeout! >>> > >>> Dec 6 07:57:03 unknown installd[173] <Error>: 2ff9e000 >>> verify_signer_identity: Could not copy validate signature: -402620388 >>> Dec 6 07:57:03 unknown installd[173] <Error>: 2ff9e000 >>> preflight_application_install: Could not verify executable at >>> /var/tmp/install_staging.vGa7kz/FdsInfiniteRunwayIOS.app >>> Dec 6 07:57:03 unknown mobile_installation_proxy[172] <Error>: >>> handle_install: Installation failed >>> Dec 6 07:57:03 unknown installd[173] <Error>: 2ff9e000 >>> install_application: Could not preflight application install >>> Dec 6 07:57:03 unknown installd[173] <Error>: 2ff9e000 handle_install: >>> API failed >>> Dec 6 07:57:03 unknown installd[173] <Error>: 2ff9e000 send_message: >>> failed to send mach message of 71 bytes: 10000003 >>> Dec 6 07:57:03 unknown installd[173] <Error>: 2ff9e000 send_error: >>> Could not send error response to client >>> >>> >>> Thanks! >>> Matt >>> >>> _______________________________________________ >>> MonoTouch mailing list >>> [email protected] >>> http://lists.ximian.com/mailman/listinfo/monotouch >>> >>> >> >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
