We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ac952 commit 3b22519Copy full SHA for 3b22519
core/device/simulator.py
@@ -97,6 +97,7 @@ def delete(name):
97
Delete simulator.
98
:param name: Simulator name.
99
"""
100
+ delete_output = ""
101
output = run(command='xcrun simctl list | grep \'{0}\''.format(name), log_level=CommandLogLevel.SILENT)
102
while (SIMULATOR_NAME in output) and ('Invalid' not in output):
103
if 'Booted' in output:
0 commit comments