facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: (lldb) command script import /usr/local/opt/chisel/libexec/fblldb.py

wulinfeng198810 opened this issue · comments

(lldb) command script import /usr/local/opt/chisel/libexec/fblldb.py
error: module importing failed: Missing parentheses in call to 'print'. Did you mean print('Whoops! You are missing the <' + arg.argName + '> argument.')? (fblldb.py, line 98)
  File "temp.py", line 1, in <module>

Hi, how to deal with it?

me too

I meet the same problem in macOS Catalina 10.15.2, Xcode 11.3.1.

this is fixed for me since updating to the latest chisel (2.0.0)

Yep, this is solved by updating to have Python 3 support! There's a new release coming later today (Homebrew/homebrew-core#59799), so I'd recommending updating via brew in around 8 hours so you get the latest and greatest!