开发者

TeamCity Xcode Build Runner Configuration (Command Line)

开发者 https://www.devze.com 2022-12-29 21:57 出处:网络
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'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 i开发者_运维问答phoneos3.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.


use the field command parameters for the parameters.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号