Can't launch QtCreator debugger since XCode update to version 6

前端 未结 2 383
后悔当初
后悔当初 2021-01-19 00:13

Xcode updated itself to version 6 and now I can\'t launch QtCreator in debug mode. Does anyone know how to solve this?

2条回答
  •  梦谈多话
    2021-01-19 01:01

    You can attempt this patch created for LLDB 320.x in Xcode 6.01

    git fetch https://codereview.qt-project.org/qt-creator/qt-creator refs/changes/16/95516/2 && git checkout FETCH_HEAD
    

提交回复
热议问题