Searched refs:xcrunAsync (Results 1 – 3 of 3) sorted by relevance
4 import { xcrunAsync } from '../xcrun';15 await expect(xcrunAsync(['simctl', 'help'])).rejects.toThrowError(30 await expect(xcrunAsync(['simctl', 'help'])).rejects.toThrowError(/sudo xcode-select -s/);
8 export async function xcrunAsync(args: (string | undefined)[], options?: SpawnOptions) { function
3 import { xcrunAsync } from './xcrun';273 return xcrunAsync(['simctl', ...args], options);