Xcode 12.5 - cannot find '$__lldb_injected_self' in scope

What you are seeing here are the symptoms of LLDB not being able to determine the type of self. The self=<unavailable> and self = <Unable to determine byte size are the real underlying problems. We should also improve the error message in the expression evaluator to be more helpful. What's the type of self? When you are trying to create a small reproducer, replicating the kind of type that self has will be the most important ingredient.

2 Likes