-1

How can I run 2 simulators for my app simultaneously? Only seen solutions to XCode9 so far.

Thanks

v0lk
  • 58
  • 1
  • 6

1 Answers1

0

You have to run the app on Simulator 1, then Run on Simulator 2 ( this will kill the simulator 1 App )

After that manually launch the app on Simulator 1, Go to Debug / Attach to Process and select your app

CZ54
  • 5,488
  • 1
  • 24
  • 39