我昨天正在运行Clabash测试很好,我回家了,今天早上我无法在我的物理设备上启动应用程序(iPhone 6,iOS 9.0.1。)我一直遇到上面的错误,这里和#39; s确切输出:
Error while writing to fifo. RunLoop::Fifo::NoReaderConfiguredError
Failed to launch. Error while writing to fifo. RunLoop::Fifo::NoReaderConfiguredError: Error while writing to fifo. RunLoop::Fifo::NoReaderConfiguredError
然后我在5次重试后得到更一般的错误:
Unable to start. Make sure you've set APP_BUNDLE_PATH to a build supported by this simulator version
Calabash::Cucumber::Launcher::StartError: Calabash::Cucumber::Launcher::StartError:
"Timed out waiting for UIAutomation run-loop Error while writing to fifo. RunLoop::Fifo::NoReaderConfiguredError.
Logfile: /var/folders/hz/l8c5m9qn31v863pp7lc52b7m0000gn/T/run_loop20151015-2775-4w2qzv/run_loop.out
我的Calabash设置信息:
calabash-ios version
0.16.4
xcode-select --print-path
/Applications/Xcode.app/Contents/Developer
xcodebuild -version
Xcode 7.0
Build version 7A218
server_version
{
"device_family" => "iPhone Simulator",
"outcome" => "SUCCESS",
"server_port" => 37265,
"simulator_device" => "iPhone",
"simulator" => "CoreSimulator 179 - Device: iPhone 5s - Runtime: iOS 8.4 (12H141) - DeviceType: iPhone 5s",
"app_name" => "Discover",
"app_version" => "1",
"screen_dimensions" => {
"sample" => 1,
"height" => 1136,
"width" => 640,
"scale" => 2
},
"git" => {
"revision" => "3bf68ff",
"remote_origin" => "git@github.com:calabash/calabash-ios-server.git",
"branch" => "master"
},
"device_name" => "iPhone Simulator",
"4inch" => true,
"app_id" => "com.solstice.discoverfinancialenterprise.mobile",
"form_factor" => "iphone 4in",
"system" => "x86_64",
"version" => "0.16.4",
"iOS_version" => "8.4",
"short_version_string" => "6.6.1 UAT",
"ios_version" => "8.4",
"iphone_app_emulated_on_ipad" => false,
"model_identifier" => "iPhone6,1",
"app_base_sdk" => "iphonesimulator9.0"
}
答案 0 :(得分:1)
我回家了,今天早上我无法在我的物理设备上启动应用程序
这个确切的问题有一个Hot Topic。该链接指向热门主题页面而非特定问题,因为该页面上的内容是短暂的。
请使用您正在使用的完全命令更新您的问题 - 最重要的是要包含您正在设置的变量。