LLDB: Couldn't IRGen expression

前端 未结 8 1177
清歌不尽
清歌不尽 2021-02-01 01:16

When I\'m running a unit test and want to debug something, I set a breakpoint and type for instance \"po myVariable\". The response I get from LLDB is:

error: Co         


        
8条回答
  •  忘了有多久
    2021-02-01 02:01

    you can try with netx command: Depend where you have install swift, in my case is in /opt/swift/

    sudo chmod 644 /opt/swift-3.1.1/usr/lib/swift/CoreFoundation/*
    

提交回复
热议问题