Where is my main.storyboard?

I’m using Xcode version 11.2, running iOS version 13.2.2. I followed the instructions (from this video https://www.youtube.com/watch?v=emojd8GFB0o) exactly, however, every time I run my app, whatever I typed in as the “Label” value gets replaced with “Hello, World!” Anyone else having this issue? I noticed that my Xcode project didn’t create the main.storyboard which is probably the issue but I don’t know how to fix that! Any suggestions?

2 Likes

The solution for me was to create a new project, select iOS Single View App, and then select “Storyboard” under the User Interface dropdown menu INSTEAD of Swift UI like I had previous selected.

1 Like

Thanks for the solution, I’m new here, was wondering about the same thing. You just made my day easier, thanks again

Hey @Anindya_Mazumder checkout this video by Chris! All of his tutorials right now use Xcode 10, but Xcode 11 had some major changes

Will do, thanks for the update.

Yup. That was the solution. Thank you.