LLDB: Couldn't IRGen expression

前端 未结 8 1282
清歌不尽
清歌不尽 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 01:48

    CocoaPods Binary (https://github.com/leavez/cocoapods-binary) was causing this problem for me. Ended up removing it to fix the problem.

提交回复
热议问题