The playground project for the Swift tour no longer displays the output in their right column. This was working prior to upgrading to the lasted Xcode version...

Prior to updating to the latest Xcode version, I was able to use the Swift Tour playground project, which included showing output an variable values in the far right column. Now with Swift 2, this information no longer is displayed. Is there a setting or flag that needs attention?

Thanks...

After entering this thread, I decided to look a bit closure at other threads that might address a similar issue. Turns out that if there are anysyntax errors in the code the outputis not displayed. Some of the Swift 2 syntax changes created errors with the old Tour code. I thouht i had covered all of these, but a closure eamination showed I hadn't. Commenting out these "guilty lines" brought back the output in the side bar. Now I jst need to fix the problems for real.

The playground project for the Swift tour no longer displays the output in their right column. This was working prior to upgrading to the lasted Xcode version...
 
 
Q