facebook / chisel

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

xcode 11.0 run error #273

Closed dlwj15 closed 5 years ago

dlwj15 commented 5 years ago

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

CyberMew commented 5 years ago

If you looked at a few issues down, #270, #272 have the same issue. It is already being worked on in #266

kolinkrewinkel commented 5 years ago

With #266 merged, you should be all good! Let us know if the issue reoccurs!

CyberMew commented 5 years ago

Not working for me still on Xcode 11.1 and macOS 10.14.5, on chisel 1.8.1.

dreampiggy commented 5 years ago

Still not works. Xcode 11.2, macOS 10.15.1.

image image