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 trialGerardo Gomez
1,845 PointsI don't see the OUTPUT on the right side bar. It remains blank even though there is code in swiftbasics.
I don't see the OUTPUT on the right side bar. It remains blank even though there is code in swiftbasics.
I don't see "Hello, Playground" or anything at all.
1 Answer
Daniel Cunningham
21,109 PointsIf the problem is what I think you're talking about, I've also noticed that code occasionally does not run when I'm working in the playground. The playground code periodically "refreshes" and re-runs the code, but I've noticed that after creating a number of structs and enums, it eventually stops running (maybe after I've made enough compiling errors). I usually reboot and re-open the program and it runs again without issue.
Hope that helps! Good Luck!