Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Von Chucwuemeca
4,746 PointsNew 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.
3 Answers

eberhapa
51,495 PointsFound 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.

Von Chucwuemeca
4,746 PointsThanks

Kapil Soni
2,612 PointsThat's not error. Playground doesn't know what else to make of it as it contain 0 value.

Von Chucwuemeca
4,746 PointsThank you.

Von Chucwuemeca
4,746 PointsScreenshot: https://goo.gl/Mw1rij
eberhapa
51,495 Pointseberhapa
51,495 PointsCould you show the code where this error happens?