CBL Swift 2.7.1 and the Xcode Debugger

I’m using the CBL Swift library with Xcode 11.4.1 and Cocoa Pods 1.9.1, and I’ve found that when I use CBL Swift 2.7.1, watch expressions in the Xcode debugger all return “Invalid Expression”. Downgrading to 2.7.0 resolved the issue.

Has anyone else encountered this and perhaps come up with a better solution than downgrading?

There is a known LLDB issue exists with the latest 2.7.1, which is tracking here https://issues.couchbase.com/browse/CBL-896

I guess, you are referring to a similar one. Debugger is unable to find symbols or debug information.

Thanks Jay - that does seem to be the same issue. I will follow along on the bug tracker for updates