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

lldb fails to execute findinstances command #229

Open
dmpv opened this issue Feb 5, 2018 · 3 comments
Open

lldb fails to execute findinstances command #229

dmpv opened this issue Feb 5, 2018 · 3 comments

Comments

@dmpv
Copy link
Contributor

dmpv commented Feb 5, 2018

That's what happening:

(lldb) findinstances UIView
Error loading Chisel: "dlopen(/usr/local/Cellar/chisel/1.7.1/libexec/commands/../../lib/Chisel.framework/Chisel, 2): image not found"

The framework exists at /usr/local/Cellar/chisel/1.7.1/libexec/commands/../../lib/Chisel.framework/Chisel and other commands are running perfectly.

@kastiglione
Copy link
Contributor

Thanks for the report. Was this while debugging simulator, or device? If simulator, cal you run this command and paste the results?

file /usr/local/Cellar/chisel/1.7.1/libexec/commands/../../lib/Chisel.framework/Chisel

@dmpv
Copy link
Contributor Author

dmpv commented Feb 5, 2018

Works fine on simulator.

Still fails on iPhone X, iOS 11.2

@kastiglione
Copy link
Contributor

I'll add a usage message to indicate that findinstances is currently only enabled for simulator. I have to figure out what needs to be done to support code signing for device.

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

2 participants