Yep, did that as you stated to verify. Nothing shows up on the bottom. Very 
weird.

I’m wondering if there is something in preferences that needs to be changed but 
so far I haven’t been able to find anything.

Just for fun, I’m adding this to the thread. May not be perfect, but at least 
something on this should show up no?

//: Playground - noun: a place where people can play

import UIKit

var str = "Hello, playground"

print((str))

print("Hello Playground")


var stfu:Int = 12

let rtfm = 1

stfu + rtfm


> On Jun 10, 2015, at 8:44 PM, Roland King <r...@rols.org> wrote:
> 
> View -> Assistant Editor -> Bottom works for 6 and 7 - better down there, 
> more room
> 
> Looking at 7, there’s a tiny weeny little upward facing arrow at the lower 
> left corner of the assistant which says ‘show the debug area’, if I click 
> that, I get a console
> 
>> On 11 Jun 2015, at 11:39, David Grant <dmgr...@infinitydigital.com> wrote:
>> 
>> So if I go to view at the top and follow the drop down menu and click show 
>> assistant editor, it merely makes the right hand side bigger. No “console” 
>> to show errors or println statements.
>> 
>> 
>>> On Jun 10, 2015, at 8:23 PM, Roland King <r...@rols.org> wrote:
>>> 
>>> 
>>>> On 11 Jun 2015, at 11:12, David Grant <dmgr...@infinitydigital.com> wrote:
>>>> 
>>>> Well at least I expect to see when it starts with Hello Playground it 
>>>> shows up in the column to the right.
>>>> 
>>>> I even tired to println it and it doesn’t show up.
>>> 
>>> Well that works ok for me, things showing up on the RHS, always has (modulo 
>>> my own mistakes). 
>>> 
>>> println() goes to the console, one very useful thing to do is open the 
>>> assistant editor in a playground and stick it down the bottom, or wherever 
>>> you like. That will show your printlns and also syntax errors which don’t 
>>> show up in the code. That may tell you something useful. 
>>> 
>>> I assume you’re using a fairly recent Xcode, playgrounds got incrementally 
>>> better as time went by. 
>>> 
>>> I just watched the Swift 2 talk, some nice features and some good 
>>> improvements. Now I have to decide if I want to get on the bleeding edge or 
>>> wait a beta or two.
>> 
> 

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to