Device 'iPad Pro (12.9-inch) (2nd generation)' not in list of available simulators Device 'iPad Pro (12.9-inch) (2nd generation)' not in list of available simulators ios ios

Device 'iPad Pro (12.9-inch) (2nd generation)' not in list of available simulators


Here's what you need to do to get iPad Pro (12.9-inch) (2nd generation):

xcrun simctl create "iPad Pro (12.9-inch) (2nd generation)" "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-"


You can add as described in this apple forum topic :

Xcode 11 by default only includes a simulator for "iPad Pro (12.9-inch) (3rd generation)", but you can install a simulator for "iPad Pro (12.9-inch) (2nd generation)":

Open XcodeWindow > Devices and SimulatorsSelect Simulators tab. The list of your current siumulators should appear in the the left sidebar of the window.Click the "+" at the bottom of the sidebar. The "Create a new simulator" sheet should appear.Click the Device Type menu and select "iPad Pro (12.9-inch) (2nd generation)"Click Create

Then you can create screenshots for the "iPad Pro (12.9-inch) (2nd generation)" using your new old simulator.

I am currently using xcode 11.3.1 and it worked very well.