「cucumber」コマンドを実行すると、iOS Simluator が起動し、アプリを開こうとします。アプリのスプラッシュ画面が表示され、シミュレーターがホーム画面に戻ります。最終的に次のようなエラーが表示されます。
Time out waiting for UIAutomation run-loop to Start.
xCode を使用して、iOS シミュレーターで -cal アプリを手動で起動できます。Calabash を使用してシミュレーターでアプリが実行されない理由を突き止めるためのトラブルシューティング手順はありますか?
私の環境
$xcode-select --print-path
/Applications/Xcode.app/Contents/Developer
$xcodebuild -version
Xcode 6.1.1
Build version 6A2008a
$ calabash-ios version
0.12.2
$ calabash.framework/Resources/version
0.12.2
server_version
{
"app_id" => "com.madeupdomain.MyApp-cal",
"outcome" => "SUCCESS",
"server_port" => 37265,
"version" => "0.12.2",
"app_name" => "Unknown",
"system" => "x86_64",
"simulator_device" => "iPhone",
"simulator" => "",
"app_version" => "1.0",
"iphone_app_emulated_on_ipad" => false,
"git" => {
"revision" => "bafa9fd",
"remote_origin" => "git@github.com:calabash/calabash-ios-server.git",
"branch" => "master"
},
"screen_dimensions" => {
"sample" => 1,
"height" => 1136,
"width" => 640,
"scale" => 2
},
"4inch" => true,
"iOS_version" => "8.2"
}