Quote:
Originally Posted by BrianSlick
What error?
|
here it is from console:
2011-03-07 15:11:03.843 SplitTabBar[25914:207] -[DetailViewController aMethod:]: unrecognized selector sent to instance 0x4e0ea70
2011-03-07 15:11:03.844 SplitTabBar[25914:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[DetailViewController aMethod:]: unrecognized selector sent to instance 0x4e0ea70'
*** Call stack at first throw:
(
0 CoreFoundation 0x00dbbbe9 __exceptionPreprocess + 185
1 libobjc.A.dylib 0x00f105c2 objc_exception_throw + 47
2 CoreFoundation 0x00dbd6fb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
3 CoreFoundation 0x00d2d366 ___forwarding___ + 966
4 CoreFoundation 0x00d2cf22 _CF_forwarding_prep_0 + 50
5 UIKit 0x002c4a6e -[UIApplication sendAction:to:from:forEvent:] + 119
6 UIKit 0x003531b5 -[UIControl sendAction:to:forEvent:] + 67
7 UIKit 0x00355647 -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 527
8 UIKit 0x00354438 -[UIControl touchesBegan:withEvent:] + 277
9 UIKit 0x002e9025 -[UIWindow _sendTouchesForEvent:] + 395
10 UIKit 0x002ca37a -[UIApplication sendEvent:] + 447
11 UIKit 0x002cf732 _UIApplicationHandleEvent + 7576
12 GraphicsServices 0x016f1a36 PurpleEventCallback + 1550
13 CoreFoundation 0x00d9d064 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FU NCTION__ + 52
14 CoreFoundation 0x00cfd6f7 __CFRunLoopDoSource1 + 215
15 CoreFoundation 0x00cfa983 __CFRunLoopRun + 979
16 CoreFoundation 0x00cfa240 CFRunLoopRunSpecific + 208
17 CoreFoundation 0x00cfa161 CFRunLoopRunInMode + 97
18 GraphicsServices 0x016f0268 GSEventRunModal + 217
19 GraphicsServices 0x016f032d GSEventRun + 115
20 UIKit 0x002d342e UIApplicationMain + 1160
21 SplitTabBar 0x00002248 main + 102
22 SplitTabBar 0x000021d9 start + 53
)
terminate called after throwing an instance of 'NSException'