DerekSelander/LLDB

error: use of undeclared identifier

gaplan opened this issue · 3 comments

(lldb) overlaydbg
error: use of undeclared identifier 'UIDebuggingInformationOverlay'

IOS 11.4.1
i don't understand this error ?

It works ok here... 🤔

(lldb) overlaydbg
Displaying UIDebuggingInformationOverlay... resume execution

Have you followed the Installation?

@gaplan UIDebuggingInformationOverlay is an Objective-C class that is private to Apple that helps in debugging. Can you try a po [UIDebuggingInformationOverlay class] to see if anything pops up. If yes, it's something with the script, if no, you it's something on your end.

Closing for now, please reopen if you can still reproduce