美文网首页
安装了chisel后xcode11不兼容

安装了chisel后xcode11不兼容

作者: 独角兽_d8a4 | 来源:发表于2019-12-26 11:47 被阅读0次

启动chisel时xcode报错:

error: module importing failed: Missing parentheses in call to 'print'. Did you mean print('Whoops!

由于最新的lldb基于Python3 而chisel基于Python2

已经有大神出来解决了:https://github.com/chenjiangchuan/chisel

下载以后替换chisel目录中的libexec,然后重新启动Xcode。完美解决!

相关文章

网友评论

      本文标题:安装了chisel后xcode11不兼容

      本文链接:https://www.haomeiwen.com/subject/ehpkoctx.html