2

I understand that some people will want to link to this question: Here And Here

A user can launch multiple instances of an application by issuing the following terminal.app command:

open -n -a "APPLICATION NAME"

When I issue:

open -n -a "iPhone Simulator"

I get another instance of the iOS Simulator. But the kicker is that it is just a white screen on iPad and literally no screen on iPhone. The Simulators will also be very sluggish to response, often bringing up our friendly beach ball.

Does anyone know of a way to get these additional instances of the Simulator to cooperate?

screenshot:

enter image description here

Community
  • 1
  • 1
ukudala
  • 85
  • 1
  • 12

1 Answers1

0

Sorry but it's not possible. Running the stated terminal command results in a "Only one iOS Simulator can run at a time" error.

Milo
  • 5,041
  • 7
  • 33
  • 59