2021-10-21

2021-10-21  本文已影响0人  呵呵一笑很倾城ebing

error: module importing failed: Traceback (most recent call last):

  File "<string>", line 1, in <module>

  File "/usr/local/opt/chisel/libexec/fblldb.py", line 98

    print 'Whoops! You are missing the <' + arg.argName + '> argument.'

          ^

SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Whoops! You are missing the <' + arg.argName + '> argument.')?

2021-10-21 09:56:22.024274+0800 Player[2054:300682] Writing analzed variants.

解决方案:

cd ~/Downloads && git clone https://github.com/chenjiangchuan/chisel.git && cd chisel &&cp -f -R -v libexec /usr/local/Cellar/chisel/1.8.1

参考:LLDB 调试工具Chisel兼容Xcode11 - 简书 (jianshu.com)

上一篇 下一篇

猜你喜欢

热点阅读