Closed zkhalapyan closed 4 years ago
Also realized, the version installed by brew doesn't have Python3 support, so seems pretty old. It's installing version 2.0.0.
Alright, seems like I got what happened:
I would recommend making a new minor release 2.0.1 with the new commits; to make it simple, I have drafted the release notes 😎maybe @kolinkrewinkel or @kastiglione could take up on it! 🙏
Pushing a minor release to fix a Python 3 issue (d5f155d) as well as to sync brew with latest naming convention (deb751e), see below for more details:
Once a release is created, need to update homebrew formula, similar to this: https://github.com/Homebrew/homebrew-core/commit/b12704fb179a822b406669faff020cfb5e4e273e
I'll take a pass at fixing this as soon as I can (probably Friday or Monday)! Thanks for digging into it @zkhalapyan!
I also have this question in my Xcode Version 11.4.1
The problem is still relevant
Successfully! 👏
1、直接下载zip包 2、解压缩 3、打开 /usr/local/Cellar/ 4、将下载好的所有文件放到这个文件夹中 5、.lldbinit文件中修改为
# ~/.lldbinit
command script import /usr/local/Cellar/chisel/libexec/fblldbbase.py
I’ll try and get an update to brew out later today, thanks for the reminder!
https://github.com/Homebrew/homebrew-core/pull/59799 in progress!
Should be good now, sorry it took so long!
yay, thanks!
Do we need to update brew after deb751e596ad74425a1b293d7b98b625cac9d94d? Currently running
brew update; brew install chisel
doesn't fetch latest, socommand script import /usr/local/opt/chisel/libexec/fbchisellldb.py
path doesn't resolve, since the installed file is still calledfblldb.py
.Thought could install head, but doesn't seem like this is working. I can manually resolve the path to
fblldb.py
in my~/.lldbinit
, but wanted to see what's the right way of doing this?