gpt4 book ai didi

ios - 使用 Jenkins 对 iOS 进行单元测试

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:55:51 25 4
gpt4 key购买 nike

我正在尝试使用 jenkins 自动化我的 iOS 项目。但是,我想用 jenkins 测试的项目遇到了问题。

该项目名为 ttt 并使用 cocoapods,因此它也有一个名为 ttt 的工作区。

查看项目中存在的以下方案。 enter image description here

我关注了this教程。

我做的设置如下 enter image description here

enter image description here

enter image description here

当我尝试运行它时,它会卡在此处!

Going to invoke xcodebuild:, scheme: ttt, sdk: DEFAULT, workspace: ttt, configuration: Debug, clean: NO, archive:NO, symRoot: DEFAULT, configurationBuildDir: DEFAULT, codeSignIdentity: DEFAULT
[lbp-iOS] $ /usr/bin/xcodebuild -scheme ttt -workspace ttt.xcworkspace -configuration Debug build test -destination "platform=iOS Simulator,name=iPhone 6,OS=10.1"

当我从工作区字段中删除 ttt 时,出现以下错误

Going to invoke xcodebuild:, scheme: ttt, sdk: DEFAULT, project: DEFAULT, configuration: Debug, clean: NO, archive:NO, symRoot: DEFAULT, configurationBuildDir: DEFAULT, codeSignIdentity: DEFAULT
[lbp-iOS] $ /usr/bin/xcodebuild -scheme ttt -configuration Debug build
xcodebuild: error: The project named "ttt" does not contain a scheme named "ttt". The "-list" option can be used to find the names of the schemes in the project.
Build step 'Xcode' marked build as failure
Recording test results

最佳答案

好吧,为什么它不起作用与该方案实际上并未发送到 git 这一事实有关。您需要在您的 xcode 项目中指定它,否则它甚至不会显示为您可以提交的文件。

要执行此操作,请转到 xcode > Product > Scheme > Manage Schemes
您将看到一个包含项目中所有方案的屏幕,确保勾选 Shared 下的框,以获取您想要在 Jenkins 中使用的所有方案,就像这样。

enter image description here

将其推送到您的 git 并重试。它现在应该可以工作了。

关于ios - 使用 Jenkins 对 iOS 进行单元测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40536087/

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