Xcode 7 beta debugger not showing values of variable at breakpoint for Swift code

后端 未结 8 1766
走了就别回头了
走了就别回头了 2020-12-28 15:30

I have tried the answers from question here but none of them helped :(

I have installed Xcode 7 beta 5 and the debugger will not show values of variables when debugg

8条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-28 15:43

    I had the same problem. The reason is because I'm using Crashlytics which is a ObjC framework.

    Try to remove some of the ObjC frameworks and then shift + cmd + k to clean your project and rebuild it again.

    It should work after that.

提交回复
热议问题