arte 120 Sekunden, bis der Simulator hochgefahren is

Teamcity Agent (TC-Version 9.0 EAP) kann anscheinend nicht ausgeführt werdeniOS Simulator über das Testen eines Shell-Skripts.

Ich benutzeBuild Step: Command Line, welches läuftCustom Script und Params an ihn übergeben. Teamcity Agent wurde unter Mac OS X Yosemite 10.10 mithilfe von Shell-Skript @ gestarte../bin/mac.launchd.sh.

Fehler aus dem Build-Protokoll:

[12:33:24][Step 2/2] 2014-11-20 11:33:25.421 xcodebuild[28083:289783]  iPhoneSimulator: Timed out waiting 120 seconds for simulator to boot, current state is 1.
[12:33:24][Step 2/2] 
[12:33:24][Step 2/2] Testing failed:
[12:33:24][Step 2/2] Test target app-tests encountered an error (Timed out waiting 120 seconds for simulator to boot, current state is 1. If you believe this error represents a bug, please attach the log file at /var/folders/sz/1lfcb1354xggcnd04_9j5kc40000gp/T/com.apple.dt.XCTest-status/Session-2014-11-20_11:31:25-P1Pjwd.log)
[12:33:24][Step 2/2] ** TEST FAILED **

Mein Shell-Skript zum Testen:

xcodebuild \
    -sdk iphonesimulator8.1 \
    -destination "name=iPad Air,OS=8.1" \
    -configuration Debug \
    -project "$PROJECTPATH" \
    -scheme app-tests \
    CONFIGURATION_BUILD_DIR="$BUILDPATH" \
    clean test \
    | xcpretty -tc -r junit --output "$BUILDPATH/junit.xml"

Ich habe auch versucht Lösung aus diesemFrag aber es hat mir nicht geholfen.

Antworten auf die Frage(4)

Ihre Antwort auf die Frage