I have been building an app with Monotouch and trying to get it to work with an objc static library for device builds. The static library appeared to work fine in the simulator, but not in device builds, where the app crashes before the debugger sees any action at all. I noticed that even when I wasn't using the library the app behaved erratically, and I was seeing the debugger not stopping the app at set breakpoints. I chopped out a few .cs files, rebuilt, and the app started to behave better: I pulled more code out to get the objc library work as it does under the simulator. Sometimes (not all the time) the debugger would stop the app at breakpoints.
So here's part of what I'm seeing from the Console for the iPad. Does anyone know what it's on about? They show up during device build runtime. May 24 22:26:53 unknown installd[437] <Error>: libMobileGestalt loadBasebandMobileEquipmentInfo: CommCenter error: 1:45 May 24 22:26:53 unknown installd[437] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: Could not get mobile equipment info dictionary May 24 22:26:55 unknown installd[437] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: Could not get mobile equipment info dictionary May 24 22:26:56 unknown lockdownd[17] <Error>: 012c9000 handle_connection: Could not receive USB message #8 from mtouch. Killing connection May 24 22:26:56 unknown lockdownd[17] <Error>: 002ac000 handle_connection: Could not receive USB message #12 from mtouch. Killing connection May 24 22:26:56 unknown com.apple.mobile.lockdown[17] <Notice>: Could not receive size of messageCould not receive size of message May 24 22:26:58 unknown SpringBoard[28] <Warning>: Reloading and rendering all application icons. May 24 22:27:51 unknown amfid[451] <Error>: libMobileGestalt loadBasebandMobileEquipmentInfo: CommCenter error: 1:45 May 24 22:27:51 unknown amfid[451] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: Could not get mobile equipment info dictionary -Mike _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
