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)")
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)")
Just open info.plist (select it in the left panel).
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.