Travis 构建失败 - 原因:运行 目的地 iPad 2 对于测试方案 'UIKitPlus-Example' 无效

Travis builds failing - Reason: The run destination iPad 2 is not valid for Testing the scheme 'UIKitPlus-Example'

我的椰子动物 运行ning Travis CI 遇到了一些问题。一切似乎都安装正确,但 xcodebuild 脚本失败

$ set -o pipefail && xcodebuild test -workspace Example/UIKitPlus.xcworkspace -scheme UIKitPlus-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
xcodebuild: error: Failed to build workspace UIKitPlus with scheme UIKitPlus-Example.
    Reason: The run destination iPad 2 is not valid for Testing the scheme 'UIKitPlus-Example'.
The command "set -o pipefail && xcodebuild test -workspace Example/UIKitPlus.xcworkspace -scheme UIKitPlus-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c" exited with 70.

https://travis-ci.org/JamieREvans/UIKitPlus/builds/54649639

我不确定为什么会失败,因为我可以 运行 使用该方案在 iPad 2 模拟器上进行测试,没有任何问题。

这是 Travis 问题还是我的 Travis 脚本有误?

我已经设法通过向 xcodebuild 命令行添加目标来构建它,例如-destination "platform=iOS Simulator,name=iPhone 6"