gpt4 book ai didi

ios - 使用 jenkins 用户启动 Xcode 模拟器

转载 作者:行者123 更新时间:2023-11-28 19:54:24 26 4
gpt4 key购买 nike

我正在尝试通过命令行从 Jenkins Job 启动 iOS 应用测试。

如果我在我的用户控制台中启动命令,工作正常,命令是:

xcodebuild test -scheme demoIC -destination 'platform=iOS Simulator,id=E6954360-11D9-49E0-9008-A8EE6BA1ACFC'

假设 Jenkins 使用“jenkins”用户来启 Action 业,所以我做了:

苏 - Jenkins

当我启动相同的命令时,出现错误:

2015-02-16 18:21:41.215 xcodebuild[3952:1303]  iPhoneSimulator: Could not launch simulator: -10810

最佳答案

你可以试试这个,它对我有用:

xcrun xcodebuild -workspace $Project_Name.xcworkspace -scheme "$Build_Test_Scheme" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.2.2' -derivedDataPath './output' test

关于ios - 使用 jenkins 用户启动 Xcode 模拟器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28546979/

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