0

I have created two user accounts in Mac system. Using VMWare one person is accessing the system and the other is directly working on Mac PC. When they both try to use iOS simulator it is showing the below alert message:

"You can't open the application "iOS Simulator" because someone else is using it. Ask the other user to quit the application, and then try again."

Can't two users use iOS Simulator at a time in Mac PC? If so can you guide me how to set this up.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Dee
  • 1,887
  • 19
  • 47

2 Answers2

0

No, you cant have two Simulators running at the same time, but You can run a device and simulator simultaneously, each having its own debugger. You can similarly run many devices simultaneously, the problem is only with the simulator that supports only a single instance.

but there is a workaround have a look at this Question, Suggests you can achieve it by have Two users,

Community
  • 1
  • 1
Bonnie
  • 4,943
  • 30
  • 34
0

Yes there is. Download the script here and then run it before you open xcode in each users account. It will open the simulator in such a way that for every user you can run a simulator. Also, running multiple instances of xcode and debugging on multiple devices under the same user seems to work fine for me at the moment (XCode 4, ios 4.3.3) however I still havent managed to find a way to open more than one simulator for the same user though.

prince
  • 854
  • 2
  • 9
  • 36