0

I am using Godot 4.1.stable and Xcode 14.3.1 and when I build my exported project in Xcode I see this warning:

'uilaunchimages' has been deprecated, use launch storyboards instead.

How can I remove it?

I see an old solution for Xcode 11, I would like to solve it directly in Godot.

fguillen
  • 36,125
  • 23
  • 149
  • 210

1 Answers1

0

The solution is obvious when you see it, it took me some time to figure out, so I put it here for the next person googling for this:

Just check the Project > Export Storyboard > Use Launch Screen Storyboard

enter image description here

fguillen
  • 36,125
  • 23
  • 149
  • 210