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 Enumerations and Optionals in Swift Objects and Optionals Optional Chaining

Von Chucwuemeca
Von Chucwuemeca
4,746 Points

New error since Xcode update: __lldb_expr_30.Person

This output appears since the last Xcode update that (last week): When writing classes sometimes this (__lldb_expr_30.Person) appears as an output.

eberhapa
eberhapa
51,495 Points

Could you show the code where this error happens?

3 Answers

eberhapa
eberhapa
51,495 Points

Found on stackoverflow

This is not an error. It's an information that the variable susan now holds an object of class Person whose internal name is __lldb_expr_12. Person. __lldb_expr_12 is the Swift module's name in the Playground in this case.

Kapil Soni
Kapil Soni
2,612 Points

That's not error. Playground doesn't know what else to make of it as it contain 0 value.