Code not displaying in console

Hi!

I am using 6.4 Xcode and I have programmed a game called FizzBuzz. In the playground I have opened up the assistant editor and the console, but my code output does not display there. There is simply no bolded letters there. What can I do so my code execution is displayed in the console? Thanks!

Let’s try a simple test first: if you create a branch new OS X playground, set it to the following program, and then show the Assistant Editor, what do you see?

println("Hello Cruel World!")

I tried this on Xcode 6.4 and the Assistant Editor showed the printed text.

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Since I've downloaded the new Xcode 7 (today), my assistant editor also doesn't work. I tried to create a new playground file and only write,

print("Hello")

but still doesn't show anything.


In the Debug area there is an error saying:

Sep 20 21:43:16 While loop[1205] <Error>: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.

Sep 20 21:43:16 While loop[1205] <Error>: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.

Sep 20 21:43:16 While loop[1205] <Error>: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.

I think I've find my answer in a different question.

hey ,bro! Have you fixed the problem the one you descrbied? I got the same problem...How can you fix it ?

Code not displaying in console
 
 
Q