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 Swift Basics (retired) Types Printing Results

When I bring up the assistant editor, console out did not show up.

println() is also unavailable in my playground. It says that "println" has been renamed to "print".

3 Answers

Hi Judy,

Yes, Swift 2.0 and 2.1 releases have removed println() so now we use print(). That's progress!

Also, the console output can usually be found by going to View | Debug Area | Show Debug Area. And, yes, that moved too.

I hope that helps!

Steve.

had the same question. Thanks!!

Hi Steve,

It is very helpful...:-) Thank you so much for your help!

Judy

Thank you, Steve! You also help me out!

No problem! :-)