skip to Main Content

enter image description here

I can’t find simulator on swift I install simulator version 15

enter image description here

but my simulator list only have any iOS device(arm 64)and my Mac
I don’t know how to add simulator to my list please help me

2

Answers


  1. From the top left

    Xcode > Preferences > Components

    and install the most recent simulator from the list.

    Then go to Window > Devices and Simuators > Simulators and tap on + icon on the bottom left and create a new simulator.

    Login or Signup to reply.
  2. Seems like you open the framework/app which has already setup their deployment target. Which current device of yours doesn’t have this.

    Open xcode project and go to tab Info -> Deployment target -> iOS Deployment Target -> change iOS version

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search