TeamCity Xcode 构建运行器配置(命令行)
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
参数使用field命令参数。
use the field command parameters for the parameters.