-
Notifications
You must be signed in to change notification settings - Fork 18
Runtime exception #9
Copy link
Copy link
Open
Description
I've just installed Greenwich in my (rather large) project. When I run my (Mac) app, I get a bunch of exceptions like the one below - one for each of my NSTableColumns it seems. It seems that Greenwich doesn't like when a NSTableColumn has its identifier set in IB. As you can see, I don't have the symbolicated stack frames from Greenwich. Maybe you can symbolicate - otherwise I can probably build the framework myself and find the callers if needed.
2012-06-29 14:54:14.997 MyApp [46499:b03] Object POTableColumn: 0x16385e2e0 identifier: ID_Picture is not usable with binder of class NSTextValueBinder
2012-06-29 14:54:15.001 MyApp [46499:b03] (
0 CoreFoundation 0x00007fff8d9c6f56 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8db3ed5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff8da511b9 -[NSException raise] + 9
3 ExceptionHandling 0x0000000103711c90 NSExceptionHandlerExceptionRaiser + 208
4 libobjc.A.dylib 0x00007fff8db3ed5e objc_exception_throw + 43
5 CoreFoundation 0x00007fff8d9c6d8a +[NSException raise:format:arguments:] + 106
6 CoreFoundation 0x00007fff8d9c6d14 +[NSException raise:format:] + 116
7 AppKit 0x00007fff8aae3f47 -[NSBinder initWithObject:] + 173
8 AppKit 0x00007fff8ace96f7 +[NSValueBinder bindingsForObject:] + 53
9 AppKit 0x00007fff8abc62b3 -[NSBinder availableBindings] + 66
10 AppKit 0x00007fff8ace9df5 -[NSValueBinder availableBindings] + 47
11 AppKit 0x00007fff8aadb71a -[NSObject(NSKeyValueBindingCreation) _binderForBinding:withBinders:createAutoreleasedInstanceIfNotFound:] + 167
12 AppKit 0x00007fff8af1c623 -[NSObject(NSKeyValueBindingCreation) infoForBinding:] + 45
13 Greenwich 0x00000001039dcf09 Greenwich + 28425
14 Greenwich 0x00000001039dc502 Greenwich + 25858
15 Greenwich 0x00000001039dc624 Greenwich + 26148
16 Greenwich 0x00000001039dc502 Greenwich + 25858
17 Greenwich 0x00000001039dc5c5 Greenwich + 26053
18 Greenwich 0x00000001039dc502 Greenwich + 25858
19 Greenwich 0x00000001039dc5c5 Greenwich + 26053
20 Greenwich 0x00000001039dc502 Greenwich + 25858
21 Greenwich 0x00000001039dc5c5 Greenwich + 26053
22 Greenwich 0x00000001039dd209 Greenwich + 29193
23 Greenwich 0x00000001039dc502 Greenwich + 25858
24 Greenwich 0x00000001039dc624 Greenwich + 26148
25 Greenwich 0x00000001039dc502 Greenwich + 25858
26 Greenwich 0x00000001039dc5c5 Greenwich + 26053
27 Greenwich 0x00000001039dc502 Greenwich + 25858
28 Greenwich 0x00000001039dc273 Greenwich + 25203
29 Greenwich 0x00000001039dbf70 Greenwich + 24432
30 AppKit 0x00007fff8acb6c34 -[NSWindowController loadWindow] + 221Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels