Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

App Running on Sim, Crash at Launch on Device

$
0
0

Hi Everyone,

I am having a problem I've been trying to debug for a few days now with no luck. I am unable to deploy ANY app to a physical device. I have tried it with all of the Xamarin example apps and they all display the same behaviour. Start up fine on the simulator and crash as soon as the splash screen displays on a physical device. I have tried doing a release, and debug build with a variety of linker options and still no luck.

I have attached my device console log with verbose debugging enabled, no crash report is being generated by the device. Any help, tips, or tricks related to my issue would be greatly appreciated!!! This log file is when I attempted to upload Tasky Pro under debug, with link SDK Only. The iOS version is 7.0.3

Thanks

Jan 25 15:39:42 Dev-Iphone mobile_installation_proxy[9463] : LaunchServices: Please include the kCFBundleIdentifierKey in the options dictionary when installing an app. Jan 25 15:39:42 Dev-Iphone mobile_installation_proxy[9463] : LaunchServices: installing app for existing placeholder (null) Jan 25 15:39:42 Dev-Iphone installd[9340] : 0x295000 handle_install_for_ls: Install of "/var/mobile/Media/PublicStaging/TaskyiOS.app" requested by mobile_installation_proxy Jan 25 15:39:42 Dev-Iphone installd[9340] : 0x295000 MobileInstallationInstall_Server: Installing app com.myCo.TaskyPcl Jan 25 15:39:43 Dev-Iphone installd[9340] : 0x295000 MobileInstallationInstall_Server: Staging: 0.06s; Waiting: 0.00s; Installation: 0.64s; LS Sync: 0.00s; Overall: 0.70s Jan 25 15:39:43 Dev-Iphone lsd[9359] : LaunchServices: Updating identifier store Jan 25 15:39:43 Dev-Iphone SpringBoard[8135] : libMobileGestalt MobileGestalt.c:835: nike-ipod is static and will never generate a notification Jan 25 15:39:43 Dev-Iphone SpringBoard[8135] : libMobileGestalt MobileGestalt.c:835: still-camera is static and will never generate a notification Jan 25 15:39:43 Dev-Iphone SpringBoard[8135] : libMobileGestalt MobileGestalt.c:835: magnetometer is static and will never generate a notification Jan 25 15:39:43 Dev-Iphone SpringBoard[8135] : libMobileGestalt MobileGestalt.c:835: any-telephony is static and will never generate a notification Jan 25 15:39:43 Dev-Iphone SpringBoard[8135] : libMobileGestalt MobileGestalt.c:835: stand-alone-contacts is static and will never generate a notification Jan 25 15:39:44 Dev-Iphone syncdefaultsd[9602] : (Note ) SYDAccount: no account Jan 25 15:39:44 Dev-Iphone MobileStorageMounter[9604] : 0x3abcb18c digest_disk_image: Could not open /var/run/mobile_image_mounter/GTiWxU.dmg: No such file or directory Jan 25 15:39:45 Dev-Iphone MobileStorageMounter[9604] : 0x3abcb18c reload_mount_map: /Developer - could not create digest Jan 25 15:39:45 Dev-Iphone mobile_storage_proxy[9603] : 0x3abcb18c handle_lookup_image: Entry 2 of 4 did not have a digest Jan 25 15:39:45 Dev-Iphone MobileStorageMounter[9604] : 0x3abcb18c handle_mount_disk_image: A disk image of type Developer is already mounted Jan 25 15:39:45 Dev-Iphone mobile_storage_proxy[9603] : MobileStorageMount:355 Could not extract mount path from response message Jan 25 15:39:45 Dev-Iphone mobile_storage_proxy[9603] : 0x3abcb18c handle_mount_image: Could not mount the disk image Jan 25 15:39:45 Dev-Iphone mobile_storage_proxy[9603] : 0x3abcb18c main: Could not mount the image Jan 25 15:39:47 Dev-Iphone com.apple.debugserver-300.2[9605] : debugserver-300.2 for armv7. Jan 25 15:39:47 Dev-Iphone com.apple.debugserver-300.2[9605] : Connecting to com.apple.debugserver service... Jan 25 15:39:55 Dev-Iphone assistantd[9606] : connection 2 total: 1, connected: 0, added new subflow [cid=1, state=Waiting, ifindex=7] Jan 25 15:39:55 Dev-Iphone awdd[9607] : CoreLocation: CLClient is deprecated. Will be obsolete soon. Jan 25 15:39:55 Dev-Iphone com.apple.debugserver-300.2[9608] : debugserver-300.2 for armv7. Jan 25 15:39:55 Dev-Iphone com.apple.debugserver-300.2[9608] : Connecting to com.apple.debugserver service... Jan 25 15:39:55 Dev-Iphone com.apple.debugserver-300.2[9608] : Got a connection, waiting for process information for launching or attaching. Jan 25 15:39:55 Dev-Iphone com.apple.debugserver-300.2[9608] : About to launch process for bundle ID: com.myCo.TaskyPcl Jan 25 15:39:55 Dev-Iphone kernel[0] : launchd[9609] Container: /private/var/mobile/Applications/61EE8506-E466-40C7-A813-5DF5D13FFF7E (sandbox) Jan 25 15:39:55 Dev-Iphone com.apple.debugserver-300.2[9608] : In completion handler, got pid for bundle id, pid: 9609. Jan 25 15:39:55 Dev-Iphone com.apple.debugserver-300.2[9608] : Got a connection, launched process /Developer/usr/bin/debugserver. Jan 25 15:39:56 Dev-Iphone com.apple.debugserver-300.2[9608] : 1 +0.000000 sec [2588/060b]: error: ::ptrace (request = PT_THUPDATE, pid = 0x2589, tid = 0x2603, signal = -1) err = Invalid argument (0x00000016) Jan 25 15:39:56 Dev-Iphone com.apple.debugserver-300.2[9608] : 2 +0.010671 sec [2588/1407]: error: ::read ( -1, 0x4489ec, 18446744069414585344 ) => -1 err = Bad file descriptor (0x00000009) Jan 25 15:39:56 Dev-Iphone mobile_installation_proxy[9463] : 0x255000 handle_connection: Could not receive request from host. Jan 25 15:39:56 Dev-Iphone com.apple.debugserver-300.2[9605] : 1 +0.000000 sec [2585/060b]: error: ::read ( 6, 0x27db7dcc, 1024 ) => 0 err = Function not implemented (0x0000004e) Jan 25 15:39:56 Dev-Iphone com.apple.debugserver-300.2[9605] : Exiting. Jan 25 15:39:56 Dev-Iphone mobile_installation_proxy[9463] : 0x2d7000 handle_connection: Could not receive request from host. Jan 25 15:39:56 Dev-Iphone com.apple.debugserver-300.2[9608] : Exiting. Jan 25 15:39:56 Dev-Iphone Tasky[9609] : MonoTouch: Added IP to look for MonoDevelop: 192.168.0.182 Jan 25 15:39:56 Dev-Iphone Tasky[9609] : MonoTouch: MonoDevelop Port: 10000 Transport: USB Jan 25 15:39:56 Dev-Iphone Tasky[9609] : MonoTouch: Successfully received USB connection from MonoDevelop on port 10000, fd: 5 Jan 25 15:39:56 Dev-Iphone Tasky[9609] : MonoTouch: Processing: 'start debugger: sdb' Jan 25 15:39:56 Dev-Iphone Tasky[9609] : MonoTouch: Successfully received USB connection from MonoDevelop on port 10000, fd: 6 Jan 25 15:39:56 Dev-Iphone Tasky[9609] : MonoTouch: Processing: 'connect output' Jan 25 15:39:56 Dev-Iphone Tasky[9609] : MonoTouch: Successfully received USB connection from MonoDevelop on port 10000, fd: 7 Jan 25 15:39:56 Dev-Iphone Tasky[9609] : MonoTouch: Processing: 'start profiler: no' Jan 25 15:39:56 Dev-Iphone Tasky[9609] : MonoTouch: Debugger loaded with custom transport (fd: 5) Jan 25 15:39:56 Dev-Iphone assistantd[9606] : connection 2 total: 1, connected: 1, new connected subflow [cid=1, state=Connected, ifindex=7, preferred, mp_capable] Jan 25 15:39:56 Dev-Iphone assistantd[9606] : connection 2 total: 2, connected: 1, added new subflow [cid=2, state=Waiting, ifindex=2] Jan 25 15:39:56 Dev-Iphone com.apple.launchd[1] (UIKitApplication:com.myCo.TaskyPcl[0xc213][9609]) : (UIKitApplication:com.myCo.TaskyPcl[0xc213]) Exited with code: 1 Jan 25 15:39:56 Dev-Iphone com.apple.launchd[1] (UIKitApplication:com.myCo.TaskyPcl[0xc213]) : (UIKitApplication:com.myCo.TaskyPcl[0xc213]) Throttling respawn: Will start in 2147483647 seconds Jan 25 15:39:56 Dev-Iphone backboardd[28] : Application 'UIKitApplication:com.myCo.TaskyPcl[0xc213]' exited abnormally with exit status 1 Jan 25 15:39:57 Dev-Iphone assistant_service[9611] : [MPAssistantStationSyncHandler] Begin sync with anchor: , validity: 0, model validity: 0 Jan 25 15:39:57 Dev-Iphone assistant_service[9611] : [MPAssistantStationSyncHandler] Found 0 revisions to sync. Jan 25 15:39:57 Dev-Iphone assistant_service[9611] : [MPAssistantStationSyncHandler] Sync ended. Jan 25 15:39:57 Dev-Iphone assistant_service[9611] : {MediaLibrary} Database validation succeeded Jan 25 15:39:58 Dev-Iphone assistantd[9606] : connection 2 total: 2, connected: 2, new connected subflow [cid=2, state=Connected, ifindex=2, mp_capable]


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>