gpt4 book ai didi

ios - 使用 Xamarin 运行 calabash-ios 时无法指定设备

转载 作者:行者123 更新时间:2023-11-29 01:27:55 25 4
gpt4 key购买 nike

我在一台计算机上出现问题,但在另一台计算机上运行正常。

我正在使用 Xamarin 运行 calabash-ios 并收到错误:

`No device_target was specified and did not detect a connected device. Set a device_target option in the relaunch method. (RuntimeError)
/Library/Ruby/Gems/2.0.0/gems/calabash-cucumber-0.14.0/lib/calabash-cucumber/launcher.rb:683:in default_uia_strategy'
/Library/Ruby/Gems/2.0.0/gems/calabash-cucumber-0.14.0/lib/calabash-cucumber/launcher.rb:626:in relaunch'`

我运行了xcrun Instruments -s devices并得到了以下列表:

`…
iPhone 6 (9.0) [9E580CB5-8F55-43B5-AC50-05C6C38BC4E0]
iPhone 6 (9.0) + Apple Watch - 38mm (2.0) [C1326499-01E6-4EC5-9AF5-477A745C0089]
iPhone 6 Plus (8.3) [8BFA71F1-65B2-43C3-BDC6-7EF255C000F8]
…`

然后:

`APP_BUNDLE_PATH=”<project path>/<file>.app”`

然后:

`DEVICE_TARGET="iPhone 6 (9.0)" cucumber`

在一台计算机上启动了模拟器并运行了应用程序,但在另一台计算机上出现了上述错误。

知道我错过了什么以及从哪里开始寻找吗?

最佳答案

您应该将您的 Test Cloud Agent 至少更新到与 iOS 9 和 Xcode 7 兼容的 0.16.2。我认为这是错误的原因。

我相信 0.16.4 TCA 即将发布,0.17.0 也不远了。

re: capital letters.

我想我现在看到了问题。

$ MY_VAR="Hey!"
$ echo $MY_VAR
"" <== the empty string

$ MY_VAR="Hey!" echo $MY_VAR
Hey!

$ export MY_VAR="Hey!"
$ echo $MY_VAR
Hey!

$ APP=/path/to/Your.app DEVICE_TARGET="iPhone 6 (9.0)" cucumber

APP 和 APP_BUNDLE_PATH 是等价的。

关于ios - 使用 Xamarin 运行 calabash-ios 时无法指定设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33805596/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com