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 trialKimberly DiMattia
462 PointsAnyone know why my (older) version of Xcode stops showing the output on the right partway down the page?
Around line 45 the output stops being generated, but the playground is giving me appropriate error messages further down the page on the left. I'm running Xcode version 6.4 and can't upgrade further on my current computer...wondering whether this is why?
2 Answers
Nathan F.
30,773 PointsTypically, if you're getting a compilation error or some other code error in Playgrounds, your code will stop executing and thus--there won't be any output. By resolving the errors the Playground is complaining about, you should be able to get normal output.
Kareem Jeiroudi
14,984 PointsI have a worse problem, where Xcode keeps building and building but never ends. I tried deleting and reinstalling it, but it didn't help. The case seems not to be common online.