NativeScript / nativescript-tooling-qa

Tests for NativeScript tooling.
5 stars 5 forks source link

fix: simulator creation #445

Closed dtopuzov closed 4 years ago

dtopuzov commented 4 years ago

The issue: Simctl.get_max_runtime_version() returns float and it brakes simulator creation.

The fix: Cast version to string before replace symbols.