I'm running my app's project in Xcode as normal, so that's a debug version. But
I'm interested in selector names for system frameworks, which are naturally
final release versions that are part of macOS.
~Martin
> On Apr 3, 2022, at 3:24 PM, Alex Zavatone wrote:
>
> Yes. Are you disassembling
Thank you for the suggestion. It looks like Hopper does display selector names
correctly.
Initially I was confused as to what I should have Hopper load. It looks like
framework bundles (e.g. AppKit) don't have a binary file on disk like in former
times. This post help explain things:
https://
Yes. Are you disassembling a release version or a debug version?
> On Apr 3, 2022, at 2:36 PM, Martin Wierschin via Cocoa-dev
> wrote:
>
> Hi everyone,
>
> I have a question that's been an irritating me for a long time. Is there any
> way to get Xcode (or other tools) to show Objective-C sel