xcode - Launching a specific simulator in irb using Calabash iOS -


i using calabash ios testing , when go calabash-ios console, open irb , enter start_test_server_in_background launches simulator. problem having building simulator don't want work anymore. started using 5s simulator, want build 6s when enter start_test_server_in_background.

is there environmental variable needs set or 1 can pass in variable in console while entering start_test_server_in_background?

when start console can specify device_target in same way when run tests. place in front of call start console:

device_target='iphone 5s (7.1 simulator)' calabash-ios console 

Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -