Info.plist no UIScene configuration dictionary (no name)

Last release of Xcode, even with a brain new project. What is that and how to fix ? Thank you.

[SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")

Answered by Claude31 in 744973022

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.

Error will go off.

Accepted Answer

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.

Error will go off.

Thank you Claude. But I don't have any info.plist file in my project. Even if a create a new project (Xcode 14.2) there is no "info.plist" file. Did I miss something ?

It may happen that info do not show.

Then open it from the Info tab in the project Targets:

Just woo. It works, console is empty now. You make my day David. Thank you very much.

Info.plist no UIScene configuration dictionary (no name)
 
 
Q