私は動作中のテストを持っていますが、それらをテストしようとすると、準備エミュレーターで失敗しました。xctool でビルドしようとしました。jnlp経由で接続されたノードをJenkinsで実行しています。また、サーバー上で直接構築しようとしましたが、何もしませんでした。修正方法は?Xcode 6.1ビルド用の私のコマンド。
1) iphone 5 のコマンド:
xctool -scheme QA -sdk iphonesimulator -destination 'name=iPhone 5' test
ここで出力:
run-test QVCTests.xctest (iphonesimulator8.2, iPhone 5, application-test)
[Info] Installing 'com.qvc.iphoneapp' ...2015-04-16 14:43:56.315 xctool[12732:2a07] [MT] iPhoneSimulator: Could not launch simulator: -600
[Warning] Tried to install the test host app 'com.qq.iphoneapp' but failed. (287 ms)
[Info] Preparing test environment failed; will retry 2 more times (0 ms)
[Info] Shut down iOS Simulator... (0 ms)
[Info] Stopped any existing iOS simulator jobs to get a fresh simulator. (15 ms)
[Info] Reset iOS simulator content and settings at path "..../Devices/260A25AD-4160-42A2-AC06-7F6A069093AE/data" (4089 ms)
[Info] Installing 'com.qvc.iphoneapp' ...2015-04-16 14:44:01.540 xctool[12732:2a07] [MT] iPhoneSimulator: Could not launch simulator: -600
[Warning] Tried to install the test host app 'com.qq.iphoneapp' but failed. (11 ms)
[Info] Preparing test environment failed; will retry 1 more time (0 ms)
[Info] Shut down iOS Simulator... (0 ms)
[Info] Stopped any existing iOS simulator jobs to get a fresh simulator. (14 ms)
[Info] Reset iOS simulator content and settings at path "../Devices/260A25AD-4160-42A2-AC06-7F6A069093AE/data" (3621 ms)
[Info] Installing 'com.qq.iphoneapp' ...2015-04-16 14:44:06.191 xctool[12732:2a07] [MT] iPhoneSimulator: Could not launch simulator: -600
[Warning] Tried to install the test host app 'com.qq.iphoneapp' but failed. (12 ms)
2) コマンド:
xcodebuild -scheme QA -sdk iphonesimulator -destination 'name=iPhone 5' test
ここで出力:
xcodebuild[12769:4407] iPhoneSimulator: Could not launch simulator: -600
3) コマンド:
xctool -scheme QA -sdk iphonesimulator8.2 -destination 'platform=iOS Simulator,name=iPhone 6' -workspace project.xcworkspace -configuration Acceptance test
ここで出力:
Failed to query the list of test cases in the test bundle: 2015-04-16 ...Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/sim: No simulator devices appear to be running. Setting data directories to /var/empty.
sim[7634:303] DYLD_INSERT_LIBRARIES contains possible bad values. Caller beware: /usr/local/Cellar/xctool/HEAD/libexec/lib/otest-query-lib-ios.dylib
子プロセスの生成エラー: 実行可能ファイルの CPU タイプが正しくありません
4) コマンド
xcodebuild -scheme QA -sdk iphonesimulator -destination 'name=iPhone 6' test
ここで出力:
iPhoneSimulator: Timed out waiting 120 seconds for simulator to boot, current state is 1.