Xcode12 po command in lldb in console cannot find variables in scope
Ever since I updated to Xcode 12, I have not been able to print out variables in the console while debugging with lldb. Using print() statements directly in Swift code outputs to the console as expected. A command in the…