TeamCity Xcode 构建运行器配置(命令行)

发布于 2024-09-01 19:44:07 字数 490 浏览 4 评论 0原文

我正在尝试使用 TeamCity 设置连续构建服务器并配置它,以便它可以运行“xcodebuild -configuration release -sdk iphoneos3.0 clean build”。

我安装了用于 teamcity-xcode 集成的插件和“Build Runner”设置,我将其设置为

Build Runner:命令行

命令可执行文件:xcodebuild -configuration release -sdk iphoneos3.0 clean build

--错误 -> [11:52:29]:运行构建阶段 CallRunnerStage 时 RunBuildException:无法运行进程 xcodebuild -configuration“Release”:找不到文件 [11:52:30]:构建完成

但是当我将“命令可执行文件”设置为“xcodebuild”时,它工作得很好,但我需要它来构建发布配置。

预先感谢您的帮助。

I'm trying to setup a continuous build server with TeamCity and configure it so it can run "xcodebuild -configuration release -sdk iphoneos3.0 clean build".

i installed the plugin for teamcity-xcode integration and for the 'Build Runner' settings, i set it up as

Build Runner: Command Line

Command Executable: xcodebuild -configuration release -sdk iphoneos3.0 clean build

--The error -> [11:52:29]: RunBuildException when running build stage CallRunnerStage: Cannot run process xcodebuild -configuration "Release" : file not found
[11:52:30]: Build finished

But when i set the 'Command Executable' to just "xcodebuild", it works just fine but i need it to build the release config.

Thanks in advance for the help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半世晨晓 2024-09-08 19:44:07

参数使用field命令参数。

use the field command parameters for the parameters.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文