I need to run multiple simulators in rider to test my multiple users app. Is it possible? How do you test your app if you don't have enough devices?
1 Answer
Find some friends. Ok, in all seriousness, the simulator limitation is from Apple, not Titanium. There was a ahack WAY back in the day that would let you run multiple instances of the simulator, but that hole has been plugged. You can consider installing separate VM installs of OSX with an xcode install in each of them , but thats cumbersome.
There is a script that will let you run an instance for each user on the system http://www.coderebel.com/2010/08/31/iphone_simulator but in the long run, if you are looking at interaction, best to have some devices on hand.
Your Answer
Think you can help? Login to answer this question!