Friday 15 February 2013

ios - Xcode 6 symbolication not working -



ios - Xcode 6 symbolication not working -

i've followed of solutions symbolicating can't of apple framework lines symbolicate. using symbolicatecrash outputs new crash log terminal, symbolicates code:

/applications/xcode6/xcode.app/contents/sharedframeworks/dtdevicekitbase.framework/versions/a/resources/symbolicatecrash crash1.crash defqt.app.dsym

exception type: exc_crash (sigabrt) exception codes: 0x0000000000000000, 0x0000000000000000 triggered thread: 0 lastly exception backtrace: 0 corefoundation 0x185f59e48 0x185e34000 + 1203784 1 0x1966540e4 + 6818185444 2 corefoundation 0x185f597fc 0x185e34000 + 1202172 3 defqt 0x1000e5358 __39-[mutcameraassetgrouplist getallalbums]_block_invoke (mutcameraassetgrouplist.m:139) 4 assetslibrary 0x18528d58c 0x185284000 + 38284 5 0x196c993ac + 6824760236 6 0x196c9936c + 6824760172 7 0x196c9d980 + 6824778112 8 corefoundation 0x185f116a0 0x185e34000 + 906912 9 corefoundation 0x185f0f748 0x185e34000 + 898888 10 corefoundation 0x185e3d1f4 0x185e34000 + 37364 11 0x18efd35a4 + 6693926308 12 uikit 0x18a76e784 0x18a6f8000 + 485252 13 defqt 0x1000e174c main (main.m:16) 14 0x196cc2a08 + 6824929800 thread 0 name: dispatch queue: com.apple.main-thread thread 0 crashed: 0 libsystem_kernel.dylib 0x0000000196ddb270 0x196dc0000 + 111216 1 libsystem_pthread.dylib 0x0000000196e79224 0x196e74000 + 21028 2 libsystem_c.dylib 0x0000000196d52b14 0x196cf0000 + 404244 3 libc++abi.dylib 0x0000000195e39414 0x195e38000 + 5140 4 libc++abi.dylib 0x0000000195e58b88 0x195e38000 + 134024 5 libobjc.a.dylib 0x00000001966543bc 0x19664c000 + 33724 6 libc++abi.dylib 0x0000000195e55bb0 0x195e38000 + 121776 7 libc++abi.dylib 0x0000000195e55474 0x195e38000 + 119924 8 libobjc.a.dylib 0x0000000196654200 0x19664c000 + 33280 9 corefoundation 0x0000000185f597f8 0x185e34000 + 1202168 10 defqt 0x00000001000e5354 __39-[mutcameraassetgrouplist getallalbums]_block_invoke (mutcameraassetgrouplist.m:139) 11 assetslibrary 0x000000018528d588 0x185284000 + 38280 12 libdispatch.dylib 0x0000000196c993a8 0x196c98000 + 5032 13 libdispatch.dylib 0x0000000196c99368 0x196c98000 + 4968 14 libdispatch.dylib 0x0000000196c9d97c 0x196c98000 + 22908 15 corefoundation 0x0000000185f1169c 0x185e34000 + 906908 16 corefoundation 0x0000000185f0f744 0x185e34000 + 898884 17 corefoundation 0x0000000185e3d1f0 0x185e34000 + 37360 18 graphicsservices 0x000000018efd35a0 0x18efc8000 + 46496 19 uikit 0x000000018a76e780 0x18a6f8000 + 485248 20 defqt 0x00000001000e1748 main (main.m:16) 21 libdyld.dylib 0x0000000196cc2a04 0x196cc0000 + 10756

i next errors after running script:

use of uninitialized value $image_base in hex @ /applications/xcode6/xcode.app/contents/sharedframeworks/dtdevicekitbase.framework/versions/a/resources/symbolicatecrash line 572. utilize of uninitialized value $image in sprintf @ /applications/xcode6/xcode.app/contents/sharedframeworks/dtdevicekitbase.framework/versions/a/resources/symbolicatecrash line 573. utilize of uninitialized value $image_base in sprintf @ /applications/xcode6/xcode.app/contents/sharedframeworks/dtdevicekitbase.framework/versions/a/resources/symbolicatecrash line 573. utilize of uninitialized value $image_base in hex @ /applications/xcode6/xcode.app/contents/sharedframeworks/dtdevicekitbase.framework/versions/a/resources/symbolicatecrash line 572. utilize of uninitialized value $image in sprintf @ /applications/xcode6/xcode.app/contents/sharedframeworks/dtdevicekitbase.framework/versions/a/resources/symbolicatecrash line 573.

try utilize "symbolicatecrash -v xxx.crash" command verbose log, should able find apple frameworks' symbols not found, should located in ~/library/developer/xcode/ios devicesupport/${ios version}, symbols copied if connect real device mac , synchronise it, , version must exact same device's ios version crash study occurs.

i don't know download symbols different ios versions, question missing ios symbols @ “~/library/developer/xcode/ios devicesupport” has asked no reply @ moment.

ios objective-c xcode xcode6 symbolicatecrash

No comments:

Post a Comment