-
Notifications
You must be signed in to change notification settings - Fork 21
Description
When I init the introspector I get this crush. Every time.
2014-03-19 10:02:03.858 iPad-simulator[6438:90b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unable to find enum descriptor PBFieldDescriptorProto_Label'
*** First throw call stack:
(
0 CoreFoundation 0x032d81e4 exceptionPreprocess + 180
1 libobjc.A.dylib 0x02aaf8e5 objc_exception_throw + 44
2 CoreFoundation 0x032d8048 +[NSException raise:format:arguments:] + 136
3 Foundation 0x024824de -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
4 iPad-simulator 0x0016186d -[GCKPB_PBFieldDescriptor initWithFieldDescription:rootClass:] + 1640
5 iPad-simulator 0x001607bc +[GCKPB_PBDescriptor allocDescriptorForClass:rootClass:fields:fieldCount:enums:enumCount:ranges:rangeCount:storageSize:wireFormat:] + 173
6 iPad-simulator 0x001267a6 +[GCKPB_PBFieldDescriptorProto descriptor] + 179
7 iPad-simulator 0x00163942 +[GCKPB_PBGeneratedMessage initialize] + 100
8 libobjc.A.dylib 0x02ab02a5 _class_initialize + 599
9 libobjc.A.dylib 0x02ab008f _class_initialize + 65
10 libobjc.A.dylib 0x02ab7149 lookUpImpOrForward + 158
11 libobjc.A.dylib 0x02ab70a6 _class_lookupMethodAndLoadCache3 + 55
12 libobjc.A.dylib 0x02abf12f objc_msgSend + 139
13 libobjc.A.dylib 0x02aae5f8 _ZL28_class_resolveInstanceMethodP10objc_classP13objc_selectorP11objc_object + 103
14 libobjc.A.dylib 0x02aae589 _class_resolveMethod + 494
15 libobjc.A.dylib 0x02ab71fa lookUpImpOrForward + 335
16 libobjc.A.dylib 0x02ab6fdd class_getInstanceMethod + 78
17 iPad-simulator 0x00108b96 +[DCIntrospect workaroundUITextInputTraitsPropertiesBug] + 182
18 iPad-simulator 0x00108e82 +[DCIntrospect sharedIntrospector] + 370
19 iPad-simulator 0x000fe46d +[CBIntrospect sharedIntrospector] + 61
20 iPad-simulator 0x000de1c4 -[BBTDebugUIConfigurationViewController updateIntrospection] + 356
21 iPad-simulator 0x000ddfa6 -[BBTDebugUIConfigurationViewController configureAndConnectWithApiUrl:apiUrl:] + 134
22 iPad-simulator 0x000ddc66 -[BBTDebugUIConfigurationViewController chooseAPIPathOfSender:] + 1990
23 libobjc.A.dylib 0x02ac1880 -[NSObject performSelector:withObject:withObject:] + 77
24 UIKit 0x015643b9 -[UIApplication sendAction:to:from:forEvent:] + 108
25 UIKit 0x01564345 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 61
26 UIKit 0x01665bd1 -[UIControl sendAction:to:forEvent:] + 66
27 UIKit 0x01665fc6 -[UIControl _sendActionsForEvents:withEvent:] + 577
28 UIKit 0x01665243 -[UIControl touchesEnded:withEvent:] + 641
29 UIKit 0x015a3ddd -[UIWindow _sendTouchesForEvent:] + 852
30 UIKit 0x015a49d1 -[UIWindow sendEvent:] + 1117
31 UIKit 0x015765f2 -[UIApplication sendEvent:] + 242
32 UIKit 0x01560353 _UIApplicationHandleEventQueue + 11455
33 CoreFoundation 0x0326177f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 15
34 CoreFoundation 0x0326110b __CFRunLoopDoSources0 + 235
35 CoreFoundation 0x0327e1ae __CFRunLoopRun + 910
36 CoreFoundation 0x0327d9d3 CFRunLoopRunSpecific + 467
37 CoreFoundation 0x0327d7eb CFRunLoopRunInMode + 123
38 GraphicsServices 0x040615ee GSEventRunModal + 192
39 GraphicsServices 0x0406142b GSEventRun + 104
40 UIKit 0x01562f9b UIApplicationMain + 1225
41 iPad-simulator 0x00002a2c main + 860
42 libdyld.dylib 0x0490e725 start + 0
)
libc++abi.dylib: terminating with uncaught exception of type NSException