monotouch - iOS app Crashes on Start Up -
i developed application xamarin studio. runs fine iphonesimulator. able run ad-hoc | iphone , compiles , saves ipa straight phone. when click app launches load screen , crashes within 1 second.
i've tried install command line tools osx 10.9.
i'm out of ideas, help great.
warning mt5303: native linking warning: warning: can't parse dwarf compilation unit info in /users/test/google drive/fernsoftware mobile app/hello/obj/iphone/debug/mtouch-cache/hello.exe.armv7.o (mt5303) warning mt5303: native linking warning: warning: can't parse dwarf compilation unit info in /users/test/google drive/fernsoftware mobile app/hello/obj/iphone/debug/mtouch-cache/system.data.dll.armv7.o (mt5303) no errors many warnings similar that.
jun 20 15:25:59 com.apple.debugserver-199[2466] <warning>: 1 +0.000000 sec [09a2/0303]: error: ::ptrace (request = pt_thupdate, pid = 0x09a3, tid = 0x2503, signal = -1) err = invalid argument (0x00000016) jun 20 15:25:59 com.apple.debugserver-199[2466] <warning>: 2 +0.036680 sec [09a2/1303]: error: ::read ( 5, 0x2fe809fc, 18446744069414585344 ) => -1 err = bad file descriptor (0x00000009) jun 20 15:25:59 com.apple.debugserver-199[2463] <warning>: 1 +0.000000 sec [099f/0303]: error: ::read ( 5, 0x2fd7cebc, 1024 ) => 0 err = bad file descriptor (0x00000009) jun 20 15:25:59 mobile_installation_proxy[2461] <error>: main: not receive request host. jun 20 15:25:59 mobile_installation_proxy[2464] <error>: main: not receive request host. jun 20 15:25:59 kernel[0] <debug>: launchd[2467] builtin profile: container (sandbox) jun 20 15:25:59 kernel[0] <debug>: launchd[2467] container: /private/var/mobile/applications/6c7a90ba-b71e-41f5-baa1-85b0202ba07f (sandbox) jun 20 15:25:59 faasbank[2467] <notice>: ms:notice: installing: com.faasbank.fernsoftware [faasbank] (793.00) jun 20 15:26:00 com.apple.launchd[1] <error>: (uikitapplication:com.faasbank.fernsoftware[0x1e67]) exited code: 1 jun 20 15:26:00 com.apple.launchd[1] <notice>: (uikitapplication:com.faasbank.fernsoftware[0x1e67]) throttling respawn: start in 2147483647 seconds jun 20 15:26:00 backboardd[53] <warning>: application 'uikitapplication:com.faasbank.fernsoftware[0x1e67]' exited abnormally exit status 1 the device log huge think these of import pars
ios device log http://pastebin.com/pdjj0ahj
go through this, it' help :
architecture settings (armv6, armv7, armv7s) , check deployment version setting. set code signing (build settings --> code signing) set/check proper deployment target set/check search paths, if any. check other linker flags.i think, might possible application run perfectly.
ios monotouch
No comments:
Post a Comment