Weird App Startup message

Rebuilding my app after a year of inactivity now gives me this weird message:

2023-02-21 16:29:59.960014+1300 Cluedo Pal[3999:2024218] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)”)

My app uses Storyboard and I'm using Xcode 14.2

Here's an image of the Info,plist

/Users/robinharrington/Desktop/Image 21-02-23 at 5.00 PM.jpeg

That's a recent (probably superfluous) error message.

Question has been asked several times on the forum. It is a bug or a superfluous error message.

Just open info.plist (select it in the left panel). Select Application Scene Manifest. Add the Scene Configuration entry That creates a Dictionary that you should leave empty.

Weird App Startup message
 
 
Q