Discussion Forums  >  Crashes, Memory Warnings

Replies: 3    Views: 159

Bonzo
Apple Fan
Profile
Posts: 780
Reg: Jan 30, 2012
Basingstoke
13,500
05/31/13 10:49 AM (10 years ago)

Crash when opening quiz

Does this mean anything to anyone ? :) Its what appears when i try and load a quiz. BT_screen_quiz: INIT 2013-05-31 13:39:54.356 mytrivia[16154:c07] BT_viewUtilities: setting nav-bar background for "quiznumber1" color: #49b1e4 2013-05-31 13:39:54.356 mytrivia[16154:c07] BT_navigationController: pushViewController 2013-05-31 13:39:54.357 mytrivia[16154:c07] BT_navigationController: pushViewController for screen: DA1B8016CC232B103FC1C1F 2013-05-31 13:39:54.357 mytrivia[16154:c07] +[BT_debugger showIt::]: unrecognized selector sent to class 0x170ae4 2013-05-31 13:39:54.358 mytrivia[16154:c07] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[BT_debugger showIt::]: unrecognized selector sent to class 0x170ae4' *** First throw call stack: (0x3652012 0x3477e7e 0x36dd2ad 0x3641bbc 0x364194e 0x922d3 0x1c3c817 0x1c3c882 0x1c3cb2a 0x1c53ef5 0x1c53fdb 0x1c54286 0x1c54381 0x1c54eab 0x1c554a3 0x1c55098 0xce55 0x12a3e 0xc5afe 0xd291c 0x1e2589a 0x1e249db 0x1e2611f 0x1e28d6d 0x1e28cec 0x1e20a68 0x1b8dfc2 0x1b8e4a3 0x1b6c3aa 0x1b5dcf8 0x39d2df9 0x39d2ad0 0x35c7bf5 0x35c7962 0x35f8bb6 0x35f7f44 0x35f7e1b 0x39d17e3 0x39d1668 0x1b5b65c 0x4ca16 0x3525) libc++abi.dylib: terminate called throwing an exception I see a few 'Missed Method' being outputted swell..... What have i broken? :( STeve
 
Absentia
buzztouch Evangelist
Profile
Posts: 960
Reg: Oct 20, 2011
Alaska
20,600
like
05/31/13 11:15 AM (10 years ago)
have you pasted any code from a tutorial into the quiz? It looks like the code for debug messages is using the outdated syntax - this was changed a few months ago with a big BT update. For example the old code looks like this - [BT_debugger showIt:self:@"random debugger message"]; You need to find the code in your project that looks like that and change it so that it looks like this - [BT_debugger showIt:self theMessage:@"random debugger message"];
 
Bonzo
Apple Fan
Profile
Posts: 780
Reg: Jan 30, 2012
Basingstoke
13,500
like
05/31/13 11:59 AM (10 years ago)
I copied from another app of mine that I did about 2 months ago, so that would explain a lot! I'll take a look at what you said and post back Thanks
 
Stobe
buzztouch Evangelist
Profile
Posts: 1527
Reg: Mar 04, 2011
Fredericksburg,...
24,670
like
05/31/13 09:26 PM (10 years ago)
Absentia is right. When Xcode 4.6 (and iOS6) was released, the Buzztouch core project was updated. If you're using Xcode newer than 4.2, you'll most likely want to redownload your project (or at least any plugins that are giving you errors/warnings). -Chris
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.