Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Object-Oriented Swift Differentiating Between Objects Structs vs Classes

__lldb_expr_55.User

Instead of getting User on the right hand side, I get this message __lldb_expr_55.User. There are no errors. How do I fix this? Or this is the newer video feature?

The message is in the gutter on the right correct? I responded to your last question its not something to fix its like a raw value from the object. You have to be specific about what you want to print from a class. The gutter is just giving you raw results.

1 Answer

Maria Angelica Dadalt
Maria Angelica Dadalt
6,197 Points

My xcode also shows class, struct, enum and protocol types in the gutter this way. I think it's a change for this version from the one the instructor uses in the videos.