From 219947db9ebc1f49f7305a1f57f741abc7cecb0c Mon Sep 17 00:00:00 2001 From: JP Simard Date: Thu, 10 Nov 2016 11:26:27 -0800 Subject: [PATCH] try to work around failure to run the tests --- scripts/reset-simulators.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/reset-simulators.sh b/scripts/reset-simulators.sh index c86fe860..157eb80d 100755 --- a/scripts/reset-simulators.sh +++ b/scripts/reset-simulators.sh @@ -35,6 +35,8 @@ echo "$devices" | ruby -rjson -e 'puts JSON.parse($stdin.read)["devices"].flat_m done wait +xcrun simctl boot "iPhone 5" # React Native seems to want to test with this device + if [[ -a "${DEVELOPER_DIR}/Applications/Simulator.app" ]]; then open "${DEVELOPER_DIR}/Applications/Simulator.app" fi