How do I show canvas?

I am following creating and combining views tutorial and in step 5, it tells me to resume on the canvas but I cannot see the canvas... how do I show it?


Thanks!

Replies

Perhaps you're not running on the beta(?): Tools for SwiftUI development are only available when running on macOS 10.15 beta.

Ah that makes sense. I was thinking that as well... I am bit scared to install 10.15 🙂

Thanks for the quick answer!

Just to be sure, I tried this on 10.4.6 with Xcode 11.0 beta. I confirmed that the View protocol is only available in macOS 10.15 beta, as you wrote.