DEV Community

Cover image for How to add more simulator in Xcode 12 ?
Avinash Dalvi
Avinash Dalvi

Posted on • Originally published at internetkatta.com

1 1

How to add more simulator in Xcode 12 ?

Today's I came across an issue while upgrading Xcode 11 to 12. Not able to find an option to add devices which support iOS older versions like 12,13 etc. Because Xcode 12 came with iOS 14 default version. When we selected to add a new Simulator then the iOS option was coming only iOS 14 no other option to add. While doing google found one  StackOverflow question which was having same issue. But all of the answers do not look straight forward.

So, I tried the simplest thing which generally all apps have an option to search inside the app. Below are steps to do the same.

  1.  Open Xcode 12 app
  2.  Go to menu -> Xcode -> Preferences Preferences
  3.  Go to component tab shown like below picture 👇🏻 Component
  4. Then start installing whichever iOS version would like to install. Once its install iOS version
  5. To add a simulator. Go to -> Xcode menu -> Open Developer tool -> Simulator
  6.  Simulator menu -> File -> New Simulator. It will show a list of iOS available for the device. Screenshot 2020-12-22 at 11.47.02 PM.png
  7. Select Device name -> Select Device model -> iOS version -> Create Simulator.

References :
https://stackoverflow.com/questions/64075441/xcode-12-download-more-simulators-runtime-is-empty/65413382#65413382

Hope this helps you. Thanks for reading this blog. If any feedback feel free to reach out to me.

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay