(device: DeviceInfo, args: string[], options?: Parameters<typeof runXcrun>[1])
| 100 | } |
| 101 | |
| 102 | function runSimctl(device: DeviceInfo, args: string[], options?: Parameters<typeof runXcrun>[1]) { |
| 103 | return runXcrun(simctlArgs(device, args), options); |
| 104 | } |
| 105 | |
| 106 | function isMissingAppErrorOutput(output: string): boolean { |
| 107 | return ( |
no test coverage detected