From some time reset_simulators stops accepting list of iOS version to install / reset. Problem occurs because of "some" conflicts between the --ios_version argument of snapshot command and the --ios argument of the reset_simulators subcommand. They both have the same short version -i. Because of this conflict, when user provides -i then the list of the version is stored in the :ios_version variable. When --ios is used, the versions are stored in the :ios and the :ios_version variable.
Hi,
From some time
reset_simulators
stops accepting list of iOS version to install / reset. Problem occurs because of "some" conflicts between the--ios_version
argument ofsnapshot
command and the--ios
argument of thereset_simulators
subcommand. They both have the same short version-i
. Because of this conflict, when user provides-i
then the list of the version is stored in the:ios_version
variable. When--ios
is used, the versions are stored in the:ios
and the:ios_version
variable.