Problem definition:
Appstore demands 5.5" screenshot.
I need a simulator at that screen size.
So it must be one of these.
Latest Xcode v15 simulator comes with support to only ios17
Since those 3 phones does not have ios17 support, the simulator app does not let me create it...
So what should I do other than taking ss of "iPhone SE" and resizing it to "iPhone 8 Plus"
Thanks
You'll need to install a previously released runtime.
In Xcode's menu bar, click: Window -> Devices and Simulators -> Simulators tab -> + button at bottom (to create a new simulator)
Then select:
You'll be brought to the Platforms tab in Xcode preferences. Click the + button at the bottom left and select iOS. You can use the menu to install your desired previously-released iOS runtime.
After installing this runtime, you should be able to set up a new simulator with that runtime selected.