`lldb` fails to execute `findinstances` command
Open
- Dominant language
- Python
- Stars
- 9.2k
- Forks
- 790
- PR merge metrics
- No merged PRs in 30d
Description
That's what happening:
```lldb
(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.
Contributor guide
Assessment
This issue has not been assessed yet.