Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd07659e

Browse files
authored
When choosing a default simulator device, don't usesimctl --set testing
1 parent1ffe913 commitd07659e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎iOS/testbed/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async def async_check_output(*args, **kwargs):
127127
asyncdefselect_simulator_device():
128128
# List the testing simulators, in JSON format
129129
raw_json=awaitasync_check_output(
130-
"xcrun","simctl","--set","testing","list","-j"
130+
"xcrun","simctl","list","-j"
131131
)
132132
json_data=json.loads(raw_json)
133133

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp