I noticed the same. There is a disconnect between Xcode 14 and the App Store validation rules.
If you use the UI it will add the .storyboard extension and the app store validation gives you an error.
If you remove the .storyboard extension from the plist the validation passes but the UI on the target general tab will show a blank value for the Launch Screen File.
Post
Replies
Boosts
Views
Activity
@marcojd
Following will fix up the title color:
appearance.titleTextAttributes = [ NSAttributedString.Key.foregroundColor: <your text color> ] appearance.largeTitleTextAttributes = [ NSAttributedString.Key.foregroundColor: <your text color> ]