Skip to content

Objective-C jump to selector just shows list of selectors #7923

@torarnv

Description

@torarnv

Version and Platform (required):

  • Binary Ninja Version: 5.2.8722 (c75356aa)
  • Edition: Commercial
  • OS: macOS
  • OS Version: 26.2
  • CPU Architecture: arm64

Bug Description:

Testing the Objective-C support I noticed that for example here:

Image

When double clicking _contentTintColor, I'm presented with a list of selectors:

Image

Instead of jumping to [NSButtonCell _contentTintColor].

It seems Binary Ninja is aware that NSButtonCell implements _contentTintColor, and knows that self is a NSButtonCell, so I'm not sure what's missing:

Image

Expected Behavior:

I would have expected BN to jump directly to [NSButtonCell _contentTintColor], or if the call is ambiguous, give me a list of possible options, and let me jump to one of the options.

Thanks! <3

Metadata

Metadata

Assignees

Labels

Effort: TrivialIssues require < 1 day of workImpact: MediumIssue is impactful with a bad, or no, workaround

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions