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

why ipsw isn't able to locate the symbol for the NSObject class #449

Open
blacktop opened this issue Apr 18, 2024 · 2 comments
Open

why ipsw isn't able to locate the symbol for the NSObject class #449

blacktop opened this issue Apr 18, 2024 · 2 comments

Comments

@blacktop
Copy link
Owner

          TL;DR: we need to find out why `ipsw` isn't able to locate the symbol for the NSObject class. If that's a blocker for this PR, it's up to you. The generated code will compile just fine with the `@class NSObject;` statements.

Originally posted by @t0rr3sp3dr0 in #443 (comment)

@blacktop
Copy link
Owner Author

@t0rr3sp3dr0 I just made this issue so we don't forget to check if the FIX to #445 takes care of this as well as we don't need to waste time parsing libObjc which I would expect to be rather large etc

@blacktop
Copy link
Owner Author

Just to NOTE I ran a bunch of experiments and adding libobjc doesn't add a noticeable delay to header generation

So we don't need to remove for perf, but I'd still like to make sure #445 doesn't affect other things besides proto class; like class super class etc

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