TEAM LICENSES: Save money and learn new skills through a Hacking with Swift+ team license >>

Playgrounds in Xcode 12: Live view not working

Forums > macOS

@wdr1  

As I'm working through Hacking with macOS, doing the Swift tutorials, Playrounds doesn't seem to automatically update.

If I have code like this

import UIKit

var name: String
name = "Tim McGraw"
"Your name is \(name)"

and click the rectangle at the bottom, it'll take a sec & show the values in live view. However, if I change the name, it doesn't update.

3      

Hi,

if you long press the rectangle/arrow at the bottom you can checkmark "Automatically Run". This allows Xcode to automaticaly update when a change is done in your code.

Hope this helps!

4      

Hacking with Swift is sponsored by RevenueCat.

SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's Paywalls allow you to remotely configure your entire paywall view without any code changes or app updates.

Learn more here

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.