gpt4 book ai didi

ios - 为什么 Travis 不能运行我的测试?

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

我在开发中使用了 Xcode 9.0 和 iPhone 7。在我的 .travis.yml 中,我添加了:

language: swift
osx_image: xcode9
script:
- xcodebuild clean test -project BullsEye.xcodeproj -scheme BullsEye
-destination "platform=iOS Simulator,name=iPhone 7,OS=11" CODE_SIGN_IDENTITY=""
CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet

但是当我在 travis 中运行它时,我得到了这个:

The command "xcodebuild clean test -project BullsEye.xcodeproj -scheme BullsEye 
-destination "platform=iOS Simulator,name=iPhone 7,OS=11" CODE_SIGN_IDENTITY=""
CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet" exited with 70.

或使用 66

我在 Xcode 中将我的方案共享

问题是什么,我该如何解决?

在日志中我也得到:

Ineligible destinations for the "BullsEye" scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Generic iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Generic iOS Simulator Device }

xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ platform:iOS Simulator, OS:11, name:iPhone 7 }
The requested device could not be found because no available devices matched the request.

最佳答案

查看your latest build log , 出现如下错误信息

xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ platform:iOS Simulator, OS:11, name:iPhone 7 }

似乎表明您没有使用有效的 -destination 值。

事实上,我认为 11 不是 OS 可接受的值。您可以试试 11.0 吗?即 -destination "platform=iOS Simulator,name=iPhone 7,OS=11.0"

我还提交了 PR here .

关于ios - 为什么 Travis 不能运行我的测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46157399/

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