skip to Main Content

I got some problem in opening IOS (iphone/ipad) simulator on Mac running Big Sur. when I run the below code iphone 12 pro max (ios 14.x) simulator had been opened.

open -a simulator

I would like to open the specific simulator such as iphone 11, iphone 10 pr.
how would I open it?

Thanks,
jm

2

Answers


  1. Rather than using Terminal you could do the following:

    Open the Simulator app from Spotlight:

    cmd + spacebar -> Search "Simulator" -> Enter
    

    Then on the Simulator app do:

    File -> Open Simulator -> Select iOS version -> Select device type.
    

    Then pin the Simulator app to your dock by pressing and holding the Simulator app icon, hover over options and select Keep in Dock.

    Login or Signup to reply.
  2. This may have changed, on mine currently

    file > New Simulator

    there you choose what you would like to test then click create.

    In Monterey 12.6

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