facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.
MIT License
9.13k stars 804 forks source link

Xcode 12.3 NameError: name 'lldb' is not defined #295

Open yanyi0 opened 3 years ago

yanyi0 commented 3 years ago

Traceback (most recent call last): File "", line 1, in NameError: name 'lldb' is not defined error: module importing failed: Traceback (most recent call last): File "", line 1, in File "/usr/local/opt/chisel/libexec/fbchisellldb.py", line 12, in import lldb File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python3/lldb/init.py", line 101, in import six ModuleNotFoundError: No module named 'six' Traceback (most recent call last): File "", line 1, in NameError: name 'lldb' is not defined error: module importing failed: Traceback (most recent call last): File "", line 1, in File "/opt/LLDB/lldb_commands/dslldb.py", line 23, in import lldb File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python3/lldb/init.py", line 101, in import six ModuleNotFoundError: No module named 'six'

a919312 commented 1 year ago

Do u finish this problem?