Home > database >  Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no
Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no

Time:12-15

Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")?

Upgraded Xcode 14.1 -> 14.2 and got this brand new error.

In my Project editor, selected Target on left and then "info" on top.

Added info.plist item

Error does not go away.

What simple something am I missing?

Thanks bunches.

CodePudding user response:

I'm currently experiencing the same exact error as yourself when upgrading from 14.1 -> 14.2.

I think this is a bug on Apple's part, had none of these errors before updating. Tried creating a brand new Xcode project and the error came on the first launch of the Hello World app.

Glad I'm not the only one having this issue though, since it was driving me nuts.

CodePudding user response:

I've had the same issue when I updated my Xcode to 14.2, the info.plist file was inside a folder i had created, but finally it worked for me when i put the info.plist file back to the root folder, idk if its necessary but I cleaned the folder after that.

After this, just to keep the organization the way I wanted, I placed the info.plist file inside the folder that I wanted before, but changed the file location in Project -> Target -> Build Settings -> Packaging -> Info.plist File > fix the file path

  • Related