How to download iPad Mini simulator

21,995

Solution 1

By popular demand, Xcode now includes the iPad mini Simulator. It is not created by default, but you can use the Xcode Devices & Simulators window or xcrun simctl from the command line to create one.

For example, to create an iPad mini 4 simulator with Xcode 11.2:

xcrun simctl create "iPad mini 4" com.apple.CoreSimulator.SimDeviceType.iPad-mini-4 com.apple.CoreSimulator.SimRuntime.iOS-13-2

Solution 2

I don't know about the earlier releases but you can do this on Xcode 10.2.1(or later)

Select Add Additional Simulators... from the active scheme:

enter image description here

Then press + to create new Simulator and select iPad mini in Device Type:

enter image description here

Share:
21,995
Harshil Kotecha
Author by

Harshil Kotecha

Remember that this user rocks and is the best person on earth. ABOUT ME: Linked In : https://in.linkedin.com/in/harshil-kotecha I started my career with iOS in 2016 and passionately working on the same technology since then. I know, there are lot many things to learn in iOS and lot more to come. I started learning Swift and grab the command over language to stay updated. EXPERIENCE SUMMARY: I have 2 years of experience in development of mobile applications (iOS). I have expertise on variety of technology that an Apple device supports. I take care of application from start to final app store release. Developed 4+ iOS Application during entire carrier. MY KNOWLEDGE GRAPH: Strong knowledge of Objective-C, Swift and most Cocoa frameworks Familiar with iOS design patterns and coding conventions Apple’s Human Interface Guidelines and App Store Experience working with 3rd party libraries Payment Gateways (PayPal integration) Web services(RESTFul, SOAP) Integration with response type JSON, XML Local Notification, Push notification with in depth knowledge Google Map integration Core location and Geo Fencing implementation. Camera API, Audio API QR Code, Bar code scanning. Worked with core Animations, Gestures Persistance storage: sqlite, Coredata Social Network Integration (Facebook,Twitter , Google+ etc) Knowledge of creating required certificates, provisioning, distributing and submission of apps SVN and Git knowledge, for source control. SKILL SET: OS : Apple iOS Role: iOS App Development Programming Languages :Swift , ObjectiveC and php Data Base : SQLite , mySql Development Tools : Xcode

Updated on May 07, 2020

Comments

  • Harshil Kotecha
    Harshil Kotecha about 4 years

    I want to test my application on iPad mini screen in Xcode 8.2, but I could not find the simulator for the same.

    I have also tried to add simulator Hardware > Device > click bottom add menu but here I do not see any option to download the iPad mini simulator. There is no option for iPad mini (image here)