Description:
I am new to IOS development. I followed the tutorial on Apple's official website to learn, and the URL is below:
[https://developer.apple.com/tutorials/app-dev-training/creating-a-storyboard-app)
However, when I run the app, the app's screen is always blank. I'm pretty sure I followed by the official tutorial step by step.
What I have tried:
Check the mark of "is Initial view controller" at Main.storyboard
Cancel the mark of "is Initial view controller" at Launch.storyboard(if I didn't cancle the mark, the label "Im a label" of Launch.storyboard will show up for one second and then come up a blank screen.)
Delete the view controller and add a new one.
I check the Info, it seems fine:
My Environment:
Xcode: 13.1
Simulator: ios15
Simulator: iphone 12 pro
Looking forward for response, and thank you~