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

The console output is not displaying after I click "show assistant editor" in the view menu. What do I do?

//: Playground - noun: a place where people can play

import UIKit

var str : String = "Hello, playground"
str = "Hello "

let modernProgrammingLanguage: String = "Swift"

var greeting = str + modernProgrammingLanguage

print("To build an iPhone app we need to learn Swift")
Jason Zerbin
Jason Zerbin
366 Points

Now working for me at all either. Same exact situation. Anyone know whats going on with this?

2 Answers

If you have Xcode 7: Press SHIFT + CMD + Y or at the top of the nav bar to the far right, press the 2nd from the right button or on the menu bar go to View -> Debug Area -> Show Debug Area

Hi Justin,

What you want to do is drag out the sidebar.

Check out the following link: http://rshankar.com/xcode-6-and-playground/

The document was helpful Thank you. I think the video is an older version of Xcode.