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

ubuntu - How to disable Kernel Module Signing in linux -

java - Ebean enhancement ignores a model -

How to combine associative arrays in bash? -