Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8588271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:46:03+00:00 2026-06-11T22:46:03+00:00

I am able to symbolicate my crash logs in xcode 4.5 EXCEPT for the

  • 0

I am able to symbolicate my crash logs in xcode 4.5 EXCEPT for the last line. Specifically line 29 of the ‘Last Exception Backtrace’ and line 15 in the ‘Thread 0’ area in the crash log doesn’t show the object or method call when all the other lines do. My code is CoachMe1.

Any ideas as to why this would be ?

Here is the Symbolicated code:

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  0

Last Exception Backtrace:
0   CoreFoundation                  0x3165929e __exceptionPreprocess + 158
1   libobjc.A.dylib                 0x355af97a objc_exception_throw + 26
2   CoreFoundation                  0x316591c0 +[NSException raise:format:] + 100
3   Foundation                      0x34a9ece2 -[NSKeyedUnarchiver initForReadingWithData:] + 2402
4   CoachMe1                        0x000047b6 -[CoachMe1ViewController viewWillAppear:] (CoachMe1ViewController.m:322)
5   UIKit                           0x32b7531c -[UIViewController _setViewAppearState:isAnimating:] + 132
6   UIKit                           0x32b817a0 -[UINavigationController _startTransition:fromViewController:toViewController:] + 536
7   UIKit                           0x32b814ac -[UINavigationController _startDeferredTransitionIfNeeded:] + 320
8   UIKit                           0x32b6fb8e -[UINavigationController pushViewController:transition:forceImmediate:] + 854
9   UIKit                           0x32b6f82e -[UINavigationController pushViewController:animated:] + 34
10  CoachMe1                        0x000183da -[FrontPageViewController loadGameDashboard] (FrontPageViewController.m:38)
11  UIKit                           0x32bf90a8 -[UIApplication sendAction:to:from:forEvent:] + 68
12  UIKit                           0x32bf905a -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 26
13  UIKit                           0x32bf9038 -[UIControl sendAction:to:forEvent:] + 40
14  UIKit                           0x32bf88ee -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 498
15  UIKit                           0x32bf8de4 -[UIControl touchesEnded:withEvent:] + 484
16  UIKit                           0x32b215f4 -[UIWindow _sendTouchesForEvent:] + 520
17  UIKit                           0x32b0e804 -[UIApplication sendEvent:] + 376
18  UIKit                           0x32b0e11e _UIApplicationHandleEvent + 6150
19  GraphicsServices                0x3085459e _PurpleEventCallback + 586
20  GraphicsServices                0x308541ce PurpleEventCallback + 30
21  CoreFoundation                  0x3162e16e __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 30
22  CoreFoundation                  0x3162e112 __CFRunLoopDoSource1 + 134
23  CoreFoundation                  0x3162cf94 __CFRunLoopRun + 1380
24  CoreFoundation                  0x3159feb8 CFRunLoopRunSpecific + 352
25  CoreFoundation                  0x3159fd44 CFRunLoopRunInMode + 100
26  GraphicsServices                0x308532e6 GSEventRunModal + 70
27  UIKit                           0x32b622fc UIApplicationMain + 1116
28  CoachMe1                        0x0000257e main (main.m:14)
29  CoachMe1                        0x00002538 0x1000 + 5432


Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x3934f350 __pthread_kill + 8
1   libsystem_c.dylib               0x33cb111e pthread_kill + 54
2   libsystem_c.dylib               0x33ced96e abort + 90
3   libc++abi.dylib                 0x30803d4a abort_message + 70
4   libc++abi.dylib                 0x30800ff4 _ZL17default_terminatev + 20
5   libobjc.A.dylib                 0x355afa74 _ZL15_objc_terminatev + 144
6   libc++abi.dylib                 0x30801078 _ZL19safe_handler_callerPFvvE + 76
7   libc++abi.dylib                 0x30801110 std::terminate() + 16
8   libc++abi.dylib                 0x30802594 __cxa_rethrow + 84
9   libobjc.A.dylib                 0x355af9cc objc_exception_rethrow + 8
10  CoreFoundation                  0x3159ff1c CFRunLoopRunSpecific + 452
11  CoreFoundation                  0x3159fd44 CFRunLoopRunInMode + 100
12  GraphicsServices                0x308532e6 GSEventRunModal + 70
13  UIKit                           0x32b622fc UIApplicationMain + 1116
14  CoachMe1                        0x0000257e main (main.m:14)
15  CoachMe1                        0x00002538 0x1000 + 5432
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T22:46:04+00:00Added an answer on June 11, 2026 at 10:46 pm

    Your app is crashing in loadGameDashboard function in FrontPageViewController.m class line 38.

    Please check this function with a break point . you see where your app is crashing….

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im able to get id, src, style or whatever with: $(document).click(function (e) { console.log('id
Anyone able to help me out with this crash? It happens intermittently when switching
How I am able to zoom in on a rectangular area on an image
I'm trying to make sense of some crash logs I received for my iPhone
Anyone able to highlight why the [aLabel sizeToFit] line is required in this code
Anyone able to give a good illustration of how this works in jQuery? Specifically
Not able to download artifacts from central maven repository. <mirrors> <!-- mirror | Specifies
Not able to store all binary data values into sqlite3 table using QT. For
Im able to populate my formset with the elements of an array which is
not able to get this, can someone help for this LINQ query? select col1,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.