No Results Sidebar or Red Error Symbol

Hello all,


This is the first time I've ever used Xcode and the first time launching it... I'm currently using it to learn coding via Intro to App Development with Swift.


In Lesson 1 we open up the PlaygroundBasics.playground file, which is Playground Basics. In page 2 it's suppose to reveal the playground code in the "results sidebar"... however, nothing is showing up? As shown here.


Then under the Errors section it's supposed to show "the red error symbol", which it is not... as shown here.


Any help on this?


Thanks!

Create a new playground (menu New in Xcode) and give the name you want.


you should see Hello world in the code part as well as on the right.


now type below a statement, like

let x = 10

print("I entered ", x)


you should see 10 on the right, in front of the line

and

I entered 10

in the log part at bottom.


Now, you’re up and running.


good luck

Unfortunately this didn't work either... I think it's my MacBook, she's pretty old and struggling to run Xcode. Thanks anyways!

So bad.


If you can find an Apple Store close to you, go there and ask to see a demo of XCode playground, just to see how it works.


Good luck.

Which version Xcode are you working with?

No Results Sidebar or Red Error Symbol
 
 
Q