I am using Calabash for iOS testing and when I go into calabash-ios console
, open the irb and enter start_test_server_in_background
it launches the simulator. The problem that I am having is its building a simulator that I don't want to work with anymore. I started using the 5s simulator, but now I want it to build the 6s when i enter start_test_server_in_background
.
Is there an environmental variable that needs to be set or one I can pass in a variable in the console while entering start_test_server_in_background
?