Home
last modified time | relevance | path

Searched refs:xcrunAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/ios/__tests__/
H A Dxcrun-test.ts4 import { xcrunAsync } from '../xcrun';
15 await expect(xcrunAsync(['simctl', 'help'])).rejects.toThrowError(
30 await expect(xcrunAsync(['simctl', 'help'])).rejects.toThrowError(/sudo xcode-select -s/);
/expo/packages/@expo/cli/src/start/platforms/ios/
H A Dxcrun.ts8 export async function xcrunAsync(args: (string | undefined)[], options?: SpawnOptions) { function
H A Dsimctl.ts3 import { xcrunAsync } from './xcrun';
273 return xcrunAsync(['simctl', ...args], options);