facebook / chisel

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

chisel load failed #278

Closed BlankConan closed 4 years ago

BlankConan commented 5 years ago

macOS 10.14.5 (18F132) Xcode Version 11.1 (11A1027) Python 3.7.3 ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]

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)

ansonj commented 5 years ago

I believe this was resolved by pull request #266. Issue #274 tracks a suggestion for the maintainers to make a new release, which would distribute this fix.

raytso commented 5 years ago

Can confirm this issue. Still seeing the same error.

macOS 10.14.6 Xcode Version 11.2.1

archmagees commented 4 years ago

Same issue.

macOS 10.15.1 Xcode 11.1

BlankConan commented 4 years ago

Can confirm this issue. Still seeing the same error.

macOS 10.14.6 Xcode Version 11.2.1

error messages:

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

BlankConan commented 4 years ago

@raytso 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

renanvs commented 4 years ago

Hi, this occurred with me too.

Does It some fix to this error?

maniramezan commented 4 years ago

Since they release a new version, I manually copied command folder and rest of .py files in the root of the repo to /usr/local/opt/chisel/libexec/ and replaced it with the ones installed by brew.

kolinkrewinkel commented 4 years ago

You should be able to update in a more automated way (to the fixed version) now with brew upgrade. Sorry for the delay!