Compiling error question.
Compiling error question.
- Subject: Compiling error question.
- From: Brian Christmas <email@hidden>
- Date: Mon, 28 Mar 2016 18:08:14 +1100
G’day
Following Shane’s suggestion that I use the correct terminology in my code for my new project, I re-named many of the properties, and re-bound them to the appropriate buttons/fields.
However, now I’m getting a compile error, and have spent three hours trying to isolate it. I’ve checked, re-checked, ad nauseum my bindings, and can’t fault them. I’ve also copied and pasted every property bound to each button and field. Googling hasn’t found an answer, with the only hit an unanswered question.
Can anyone give me pointers on what the following error means, so I can try and find what’s causing the problem, please?
Regards
Santa
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSTaggedPointerString count]: unrecognized selector sent to instance 0x7473616c45'
abort() called
terminating with uncaught exception of type NSException
Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff918354f2 __exceptionPreprocess + 178
1 libobjc.A.dylib 0x00007fff8f9a7f7e objc_exception_throw + 48
2 CoreFoundation 0x00007fff9189f1ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff917a5571 ___forwarding___ + 1009
4 CoreFoundation 0x00007fff917a50f8 _CF_forwarding_prep_0 + 120
5 AppKit 0x00007fff97db0515 -[_NSSelectionBinderPlugin populateObject:withContent:valueKey:objectKey:insertsNullPlaceholder:] + 229
6 AppKit 0x00007fff9788889f -[NSSelectionBinder _adjustObject:mode:observedController:observedKeyPath:context:editableState:adjustState:] + 657
7 AppKit 0x00007fff976c58b9 -[NSValueBinder _observeValueForKeyPath:ofObject:context:] + 296
8 AppKit 0x00007fff978885ff -[NSSelectionBinder observeValueForKeyPath:ofObject:change:context:] + 327
9 AppKit 0x00007fff97616865 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 758
10 AppKit 0x00007fff97587e98 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1041
11 AppKit 0x00007fff9757ee91 loadNib + 384
12 AppKit 0x00007fff9757e3b7 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 300
13 AppKit 0x00007fff9757e180 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
14 AppKit 0x00007fff9757df4c +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
15 AppKit 0x00007fff975791a6 NSApplicationMain + 466
16 Text Teaser 0x0000000106948f12 main + 98
17 libdyld.dylib 0x00007fff988d85ad start + 1
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8f684f06 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff93abb4ec pthread_kill + 90
2 libsystem_c.dylib 0x00007fffa12556e7 abort + 129
3 libc++abi.dylib 0x00007fff9fb19f81 abort_message + 257
4 libc++abi.dylib 0x00007fff9fb3fa47 default_terminate_handler() + 267
5 libobjc.A.dylib 0x00007fff8f9aa6ae _objc_terminate() + 103
6 libc++abi.dylib 0x00007fff9fb3d19e std::__terminate(void (*)()) + 8
7 libc++abi.dylib 0x00007fff9fb3ce27 __cxa_rethrow + 99
8 libobjc.A.dylib 0x00007fff8f9a841c objc_exception_rethrow + 40
9 com.apple.AppKit 0x00007fff97888bb1 -[NSSelectionBinder _adjustObject:mode:observedController:observedKeyPath:context:editableState:adjustState:] + 1443
10 com.apple.AppKit 0x00007fff976c58b9 -[NSValueBinder _observeValueForKeyPath:ofObject:context:] + 296
11 com.apple.AppKit 0x00007fff978885ff -[NSSelectionBinder observeValueForKeyPath:ofObject:change:context:] + 327
12 com.apple.AppKit 0x00007fff97616865 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 758
13 com.apple.AppKit 0x00007fff97587e98 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1041
14 com.apple.AppKit 0x00007fff9757ee91 loadNib + 384
15 com.apple.AppKit 0x00007fff9757e3b7 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 300
16 com.apple.AppKit 0x00007fff9757e180 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
17 com.apple.AppKit 0x00007fff9757df4c +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
18 com.apple.AppKit 0x00007fff975791a6 NSApplicationMain + 466
19 MeSelf-Software.Text-Teaser 0x0000000106948f12 main + 98 (main.m:14)
20 libdyld.dylib 0x00007fff988d85ad start + 1
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden