Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to view NSView or NSScrollView on macOS 14 #48

Open
skfoo opened this issue Jun 1, 2024 · 0 comments
Open

Unable to view NSView or NSScrollView on macOS 14 #48

skfoo opened this issue Jun 1, 2024 · 0 comments

Comments

@skfoo
Copy link

skfoo commented Jun 1, 2024

You can't view either of these classes in the runtime browser. I debugged it and in the case of NSScrollView, it was because one of the methods uses a block implementation (imp_implementationWithBlock). This causes -[RTBMethod dyldInfo] to return nil because it can't get the linker address of a block.

This made the three props that rely on that method return nil (categoryName, symbolName, filePath). Not having those leads to several issues so I just made them return @"(null)" to work around it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant