Re: IB Bug? maybe?
Re: IB Bug? maybe?
- Subject: Re: IB Bug? maybe?
- From: Brian Postow <email@hidden>
- Date: Sat, 7 Aug 2010 13:36:34 -0400
On Aug 7, 2010, at 1:31 PM, Kyle Sluder wrote:
> On Aug 7, 2010, at 10:19 AM, Brian Postow <email@hidden> wrote:
>
>> There doesn't seem to be a separate Interface Builder list, so hopefully someone here can help:
>
> Tools questions typically belong on xcode-users, but this looks like it might be a framework bug.
>
>
>>
>> I have a cocoa program that I have I am writing on a 10.6 system, but targeting to 10.5.
>>
>> On the 10.6 system, it works fine. However, when I run it on the 10.5 machine, I get:
>
> What do you mean by "get?" Is this in IB or when your app is running? Is it a console message or an alert?
>
> If it's a console message in your own code, try breaking on NSLog() and working the backtrace to see who the sender and receiver are.
It's a console message when running. I get it inside the loadNibNamed: method...
the entire message is:
2010-08-07 13:04:52.747 DocKeep[8178:813] The sender of menu item actions is now the NSMenuItem, not an NSMatrix. A menu item action method appears to be trying to send the NSMatrix method 'accessibilityIsIgnored' to its sender. This is no longer valid. Please change the code.
2010-08-07 13:04:52.749 DocKeep[8178:813] *** -[NSMenuItem accessibilityIsIgnored]: unrecognized selector sent to instance 0x146ac0
2010-08-07 13:04:52.750 DocKeep[8178:813] An uncaught exception was raised
2010-08-07 13:04:52.752 DocKeep[8178:813] *** -[NSMenuItem accessibilityIsIgnored]: unrecognized selector sent to instance 0x146ac0
2010-08-07 13:04:52.752 DocKeep[8178:813] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSMenuItem accessibilityIsIgnored]: unrecognized selector sent to instance 0x146ac0'
2010-08-07 13:04:52.753 DocKeep[8178:813] Stack: (
2422833131,
2543222331,
2422862314,
2422855660,
2422855858,
2527143518,
2527143358,
2526297164,
2526257082,
2526255388,
2526254431,
2526254237,
50199,
11702,
2526427047,
2526298521,
2526296250,
2526257082,
2526255388,
2526254431,
2526254237,
2526253388,
10576,
10502
)
It appears to be here:
#0 0x90697e94 in ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___
#1 0x97967e3b in objc_exception_throw
#2 0x9069f1ea in -[NSObject doesNotRecognizeSelector:]
#3 0x9069d7ec in ___forwarding___
#4 0x9069d8b2 in __forwarding_prep_0___
#5 0x96a1265e in NSAccessibilityUnignoredDescendant
#6 0x96a125be in -[NSNibAXAttributeConnector establishConnection]
#7 0x96943c4c in -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
#8 0x96939fba in loadNib
#9 0x9693991c in +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:]
#10 0x9693955f in +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:]
#11 0x9693949d in +[NSBundle(NSNibLoading) loadNibNamed:owner:]
#12 0x0000c417 in -[ScanController init] at ScanController.m:444
I don't know if that's helpful at all...
Brian Postow
Senior Software Engineer
Acordex Imaging Systems
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden