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 trialVon 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?