From e7656b1d88c82e60e0fb5fa701ba52d69aff29b4 Mon Sep 17 00:00:00 2001 From: Bilal Reffas Date: Tue, 28 Apr 2020 09:42:02 +0200 Subject: [PATCH] Change to a device which should be valid --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index ff6d941..278d989 100755 --- a/script/cibuild +++ b/script/cibuild @@ -69,7 +69,7 @@ elif [ "$SCHEME" == "SwiftGit2-iOS" ]; then # "The requested device could not be found because no available devices matched the request." # "The requested device could not be found because multiple devices matched the request." SIMULATOR_NAME="Custom Simulator" - DEVICE_ID=com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro + DEVICE_ID=com.apple.CoreSimulator.SimDeviceType.iPhone-X RUNTIME_ID=com.apple.CoreSimulator.SimRuntime.iOS-11-4 DESTINATION_ID=$(xcrun simctl create "$SIMULATOR_NAME" $DEVICE_ID $RUNTIME_ID)