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 trialJustin Barnes
1,237 PointsThe 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")
2 Answers
tremaine
2,645 PointsIf 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
agreatdaytocode
24,757 PointsHi Justin,
What you want to do is drag out the sidebar.
Check out the following link: http://rshankar.com/xcode-6-and-playground/
Justin Barnes
1,237 PointsThe document was helpful Thank you. I think the video is an older version of Xcode.
Jason Zerbin
366 PointsJason Zerbin
366 PointsNow working for me at all either. Same exact situation. Anyone know whats going on with this?