You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-s Use a NULL mach bootstrap port, meaning the process cannot connect to other services and does not require a booted device. (deprecated)
462
+
-a Specify an architecture (x86_64 or arm64) to use when spawning a universal binary.
460
463
461
464
The path to the executable is searched using the following rules:
462
465
<path> contains no / characters: search the device's $PATH. This is similar to how most shells work, but searches the device's path instead of the host's path.
@@ -649,7 +652,7 @@ Locate, copy, mount, and unmount simulator runtime disk images.
Locate a Simulator Runtime for the given train and build, copy the disk image locally, then mount it to make the runtime available to CoreSimulator.
654
657
655
658
--internal
@@ -669,6 +672,8 @@ Supported Operations:
669
672
NOTE: You don't want this.
670
673
--use-nfs
671
674
By default images are downloaded from NFA. If this is passed in, the image is copied from NFS instead. Note that newer images (as of SkyB) are no longer available via NFS.
675
+
--use-existing <path>
676
+
By default images are downloaded from NFA. If this is passed in, the image specified at the provided path will be used instead of downloading one.
672
677
--no-mount
673
678
Copy the image to the cache (if not present), but do not actually mount it. Prints the path of the image as the last line of output.
674
679
--print-only
@@ -715,7 +720,7 @@ Supported Operations:
715
720
Platform may be iOS, tvOS, or watchOS to select the relevant Xcode-bundled runtime.
'(-w --wait-for-debugger)'{-w,--wait-for-debugger}'[start the process suspended]' \
205
+
'(-s --standalone)'{-s,--standalone}'[use a NULL mach bootstrap port, meaning the process cannot connect to other services and does not require a booted device (deprecated)]' \
206
+
'(-a --arch)'{-a,--arch}'[specify an architecture to use when spawning a universal binary]:arch:(x86_64 arm64)' \
208
207
'(-): :{FILTER=booted _devices}' \
209
208
':path:_files' \
210
209
'*::argv:'
@@ -719,6 +718,8 @@ _legacyruntime_arguments() {
719
718
'(--customer)--internal[(default) select the internal runtime]' \
720
719
'(--internal)--customer[select the customer (public) runtime]' \
721
720
'--writable[when mounting the disk image, do not use a shadow file: directly mount the image as writable]' \
721
+
'(--use-existing)--use-nfs[copy image from NFS]' \
722
+
'(--use-nfs)--use-existing[use image specified at the provided path]:path:_files' \
722
723
'--no-mount[copy the image to the cache (if not present), but do not actually mount it]' \
723
724
'--no-copy' \
724
725
'--print-only[print the path to the image on the network but take no other action]' \
0 commit comments