0

I upgraded my xcode to version 12.3 and now when I create a new project, the simulator does not show full screen. The old projects however, does show simulator in full screen.

I checked this (very old) question and it says to add a certain file, how can I do that?

enter image description here

enter image description here

3 Answers3

1

open the project in Xcode -> select Target -> General -> add Launch screen in Launch Screen File

open the project in Xcode -> select Target -> General -> add Launch screen in Launch Screen File
Bandish Kumar
  • 1,557
  • 1
  • 9
  • 13
0

In the Info.plist file add key: Launch screen interface file base name and value: LaunchScreen

enter image description here

Anton Belousov
  • 1,140
  • 15
  • 34
0

In my case I removed launchScreen, and then added it back

So, to add launch screen if u accidentally removed it,

Press cmd + n

This is allow you to add new launch screen

Then in the general tab under

App Icons and Launch Images

Set your launch screen file

also in the deployment Info set

Main interface

Bharat Singh
  • 93
  • 1
  • 12