Closed
Description
See Xcode 11 Beta Release Notes
LLDB’s Python scripting is now based on Python 3. If you are using Python extensions that aren’t compatible with Python 3, they will break. To help with the transition, you can run in Python 2 mode by setting a default:
defaults write com.apple.dt.lldb DefaultPythonVersion 2
Python 2 support will be removed in the future. (47806994)
Activity
LoSenTrad commentedon Jun 5, 2019
??? 不懂 怎么处理?xcode11不能使用chisel
dorentus commentedon Jun 6, 2019
@LoSenTrad
Until this issue is resolved, you can run the following command once in Terminal:
Then LLDB will use old Python 2 and chisel will be happy to run in Xcode (for now).
LoSenTrad commentedon Jun 6, 2019
OK! The problem has been solved ! thanks~
dreampiggy commentedon Jun 6, 2019
Yes. We can trun the Python 2 support for now.
I write this issue here, just want to give chisel a hint to start migration to Python 3 :)
chenjiangchuan commentedon Jun 13, 2019
I spent some time letting chisel support Python chisel support Python 3
revolter commentedon Aug 6, 2019
@chenjiangchuan, Why didn't you fork this? This way, you could also open a PR here.
kolinkrewinkel commentedon Sep 25, 2019
Thanks to #266, we should be ready to go on Xcode 11!
nrbrook commentedon Oct 14, 2019
Please release!